Convert Media Inserter to Tabs Pattern #102279
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L462
1) [chromium] › editor/blocks/image.spec.js:423:2 › Image › can be replaced by dragging-and-dropping images from the inserter
TimeoutError: locator.dragTo: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('listbox', { name: 'Media List' }).getByRole('option').first()
460 | .getByRole( 'option' )
461 | .first()
> 462 | .dragTo( imageBlock );
| ^
463 |
464 | await expect( async () => {
465 | const blocks = await editor.getBlocks();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:462:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 flaky
[chromium] › editor/blocks/image.spec.js:423:2 › Image › can be replaced by dragging-and-dropping images from the inserter
11 skipped
179 passed (8.7m)
|
Loading