Pages Dataviews: Support persistence #133197
Annotations
1 error and 1 notice
|
Run the tests:
test/e2e/specs/editor/various/list-view.spec.js#L419
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
Error: expect(locator).toBeFocused() failed
Locator: getByRole('region', { name: 'Document Overview' }).getByRole('button', { name: 'Close' })
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('region', { name: 'Document Overview' }).getByRole('button', { name: 'Close' })
9 × locator resolved to <button type="button" aria-label="Close" class="components-button block-editor-tabbed-sidebar__close-button is-compact has-icon">…</button>
- unexpected value "inactive"
417 | name: 'Close',
418 | } )
> 419 | ).toBeFocused();
| ^
420 |
421 | // Close List View and ensure it's closed.
422 | await pageUtils.pressKeys( 'access+o' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:419:5
|
|
Run the tests
1 flaky
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
1 skipped
196 passed (8.0m)
|
Loading