Block Editor: Remove hint in the Settings tab (#63515) #109385
Annotations
1 error and 8 notices
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:67:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
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"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</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
|
🎭 Playwright Run Summary
4 skipped
196 passed (5.8m)
|
🎭 Playwright Run Summary
1 skipped
186 passed (9.1m)
|
🎭 Playwright Run Summary
1 flaky
[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
1 skipped
192 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
185 passed (9.5m)
|
🎭 Playwright Run Summary
1 skipped
197 passed (9.7m)
|
🎭 Playwright Run Summary
3 skipped
189 passed (10.2m)
|
🎭 Playwright Run Summary
182 passed (10.0m)
|
🎭 Playwright Run Summary
197 passed (10.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
1.51 MB |
|
flaky-tests-report
Expired
|
1.14 KB |
|