Try: Indicate when text color in post editor is inherited from Global Styles #90255
Annotations
5 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/command-center.spec.js#L35
1) [chromium] › site-editor/command-center.spec.js:20:2 › Site editor command palette › Open the command palette and navigate to the page create page
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
33 | await expect(
34 | editor.canvas.getByRole( 'textbox', { name: 'Add title' } )
> 35 | ).toBeVisible();
| ^
36 | } );
37 |
38 | test( 'Open the command palette and navigate to a template', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/command-center.spec.js:35:5
|
Run the tests:
test/e2e/specs/site-editor/command-center.spec.js#L35
1) [chromium] › site-editor/command-center.spec.js:20:2 › Site editor command palette › Open the command palette and navigate to the page create page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
33 | await expect(
34 | editor.canvas.getByRole( 'textbox', { name: 'Add title' } )
> 35 | ).toBeVisible();
| ^
36 | } );
37 |
38 | test( 'Open the command palette and navigate to a template', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/command-center.spec.js:35:5
|
Run the tests:
test/e2e/specs/site-editor/command-center.spec.js#L35
1) [chromium] › site-editor/command-center.spec.js:20:2 › Site editor command palette › Open the command palette and navigate to the page create page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
33 | await expect(
34 | editor.canvas.getByRole( 'textbox', { name: 'Add title' } )
> 35 | ).toBeVisible();
| ^
36 | } );
37 |
38 | test( 'Open the command palette and navigate to a template', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/command-center.spec.js:35:5
|
Run the tests:
test/e2e/specs/site-editor/font-library.spec.js#L42
2) [chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('body')
============================================================
40 | postType: 'wp_template',
41 | } );
> 42 | await editor.canvas.locator( 'body' ).click();
| ^
43 | } );
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:42:42
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › site-editor/command-center.spec.js:20:2 › Site editor command palette › Open the command palette and navigate to the page create page
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
112 passed (7.0m)
|
The logs for this run have expired and are no longer available.
Loading