Modal: add exit animation #114120
Annotations
2 errors and 1 notice
test/e2e/specs/editor/various/embedding.spec.js#L125
1) [chromium] › editor/various/embedding.spec.js:82:2 › Embedding content › should render embeds in the correct state
Error: WordPress invalid content. Should render failed, edit state.
Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().getByRole('textbox', { name: 'Embed URL' })
Expected string: "https://wordpress.org/gutenberg/handbook"
Received: <element(s) not found>
Call log:
- WordPress invalid content. Should render failed, edit state. with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().getByRole('textbox', { name: 'Embed URL' })
123 | currenEmbedBlock.getByRole( 'textbox', { name: 'Embed URL' } ),
124 | 'WordPress invalid content. Should render failed, edit state.'
> 125 | ).toHaveValue( 'https://wordpress.org/gutenberg/handbook' );
| ^
126 |
127 | await embedUtils.insertEmbed( 'https://twitter.com/thatbunty' );
128 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/embedding.spec.js:125:5
|
test/e2e/specs/editor/various/embedding.spec.js#L125
1) [chromium] › editor/various/embedding.spec.js:82:2 › Embedding content › should render embeds in the correct state
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: WordPress invalid content. Should render failed, edit state.
Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().getByRole('textbox', { name: 'Embed URL' })
Expected string: "https://wordpress.org/gutenberg/handbook"
Received: <element(s) not found>
Call log:
- WordPress invalid content. Should render failed, edit state. with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block' }).last().getByRole('textbox', { name: 'Embed URL' })
123 | currenEmbedBlock.getByRole( 'textbox', { name: 'Embed URL' } ),
124 | 'WordPress invalid content. Should render failed, edit state.'
> 125 | ).toHaveValue( 'https://wordpress.org/gutenberg/handbook' );
| ^
126 |
127 | await embedUtils.insertEmbed( 'https://twitter.com/thatbunty' );
128 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/embedding.spec.js:125:5
|
|
This job succeeded
Loading