Block: combine store subscriptions #90730
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
1) [webkit] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests
Process completed with exit code 1.
|
|
The logs for this run have expired and are no longer available.
Loading