Editor: Unify the preview dropdown between post and site editors #90413
Annotations
5 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/style-book.spec.js#L45
1) [chromium] › site-editor/style-book.spec.js:30:2 › Style Book › should disable toolbar buttons when open
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('role=button[name="View"i]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('role=button[name="View"i]')
43 | await expect(
44 | page.locator( 'role=button[name="View"i]' )
> 45 | ).toBeDisabled();
| ^
46 | } );
47 |
48 | test( 'should have tabs containing block examples', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:45:5
|
Run the tests:
test/e2e/specs/site-editor/style-book.spec.js#L45
1) [chromium] › site-editor/style-book.spec.js:30:2 › Style Book › should disable toolbar buttons when open
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('role=button[name="View"i]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('role=button[name="View"i]')
43 | await expect(
44 | page.locator( 'role=button[name="View"i]' )
> 45 | ).toBeDisabled();
| ^
46 | } );
47 |
48 | test( 'should have tabs containing block examples', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:45:5
|
Run the tests:
test/e2e/specs/site-editor/style-book.spec.js#L45
1) [chromium] › site-editor/style-book.spec.js:30:2 › Style Book › should disable toolbar buttons when open
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('role=button[name="View"i]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('role=button[name="View"i]')
43 | await expect(
44 | page.locator( 'role=button[name="View"i]' )
> 45 | ).toBeDisabled();
| ^
46 | } );
47 |
48 | test( 'should have tabs containing block examples', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:45: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/style-book.spec.js:30:2 › Style Book › should disable toolbar buttons when open
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 (6.9m)
|
The logs for this run have expired and are no longer available.
Loading