Improve text and design of the block removal warnings #90390
Annotations
5 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L40
1) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Post or page content will not be displayed if you delete this block.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Post or page content will not be displayed if you delete this block.')
38 | 'Post or page content will not be displayed if you delete this block.'
39 | )
> 40 | ).toBeVisible();
| ^
41 | } );
42 |
43 | test( 'should appear when attempting to remove Post Template Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:40:5
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L40
1) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Post or page content will not be displayed if you delete this block.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Post or page content will not be displayed if you delete this block.')
38 | 'Post or page content will not be displayed if you delete this block.'
39 | )
> 40 | ).toBeVisible();
| ^
41 | } );
42 |
43 | test( 'should appear when attempting to remove Post Template Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:40:5
|
Run the tests:
test/e2e/specs/site-editor/block-removal.spec.js#L40
1) [chromium] › site-editor/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Post or page content will not be displayed if you delete this block.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Post or page content will not be displayed if you delete this block.')
38 | 'Post or page content will not be displayed if you delete this block.'
39 | )
> 40 | ).toBeVisible();
| ^
41 | } );
42 |
43 | test( 'should appear when attempting to remove Post Template Block', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-removal.spec.js:40: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/block-removal.spec.js:23:2 › Site editor block removal prompt › should appear when attempting to remove Query Block
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