[WIP/Exploration]: DataForm validation/form field state #120918
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1095
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'add new pattern' }).getByRole('textbox', { name: 'Name' })
1093 | await createPatternDialog
1094 | .getByRole( 'textbox', { name: 'Name' } )
> 1095 | .fill( 'test' );
| ^
1096 | await page.keyboard.press( 'Enter' );
1097 |
1098 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1095:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1095
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'add new pattern' }).getByRole('textbox', { name: 'Name' })
1093 | await createPatternDialog
1094 | .getByRole( 'textbox', { name: 'Name' } )
> 1095 | .fill( 'test' );
| ^
1096 | await page.keyboard.press( 'Enter' );
1097 |
1098 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1095:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1095
1) [firefox] › editor/various/writing-flow.spec.js:1085:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'add new pattern' }).getByRole('textbox', { name: 'Name' })
1093 | await createPatternDialog
1094 | .getByRole( 'textbox', { name: 'Name' } )
> 1095 | .fill( 'test' );
| ^
1096 | await page.keyboard.press( 'Enter' );
1097 |
1098 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1095:5
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Loading