[WIP/Exploration]: DataForm validation/form field state #120405
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1102
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
1100 | '[data-type="core/block"] [data-type="core/paragraph"]'
1101 | )
> 1102 | ).toBeVisible();
| ^
1103 |
1104 | await editor.insertBlock( { name: 'core/paragraph' } );
1105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1102:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1102
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
1100 | '[data-type="core/block"] [data-type="core/paragraph"]'
1101 | )
> 1102 | ).toBeVisible();
| ^
1103 |
1104 | await editor.insertBlock( { name: 'core/paragraph' } );
1105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1102:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1102
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('[data-type="core/block"] [data-type="core/paragraph"]')
1100 | '[data-type="core/block"] [data-type="core/paragraph"]'
1101 | )
> 1102 | ).toBeVisible();
| ^
1103 |
1104 | await editor.insertBlock( { name: 'core/paragraph' } );
1105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1102:5
|
Run the tests
Process completed with exit code 1.
|
|
Loading