Makes spacing consistent in zoom out vertical toolbar #110605
Annotations
1 error and 1 notice
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L82
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:67:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Privacy Policy')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Privacy Policy')
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-192-label" aria-describedby="view-list-0-192-description">…</div>
- unexpected value "not focused"
80 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
81 | await page.keyboard.press( 'Tab' );
> 82 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
| ^
83 |
84 | // Go to the preview.
85 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:82:55
|
|
This job succeeded
Loading