List View: Allow right-click to open block settings dropdown, add editor setting #90802
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
Run the tests
Process completed with exit code 1.
|
|
The logs for this run have expired and are no longer available.
Loading