Post Summary: Move PostTemplatePanel below URL and Author #105584
Annotations
2 errors, 1 warning, and 8 notices
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L57
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible
at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57
55 | // Wait for the canvas loader to appear first, so that the locator that
56 | // waits for the hidden state doesn't resolve prematurely.
> 57 | await canvasLoader.waitFor( { state: 'visible' } );
| ^
58 | await canvasLoader.waitFor( {
59 | state: 'hidden',
60 | // Bigger timeout is needed for larger entities, like the Large Post
at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L57
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
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-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-173"…>…</div>
- unexpected value "not focused"
55 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
56 | await page.keyboard.press( 'Tab' );
> 57 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
| ^
58 | } );
59 |
60 | test( 'Navigates from items list to preview via TAB, and vice versa', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:57:55
|
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
4 skipped
191 passed (5.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
184 passed (8.8m)
|
🎭 Playwright Run Summary
190 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
190 passed (9.3m)
|
🎭 Playwright Run Summary
1 skipped
189 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
189 passed (10.0m)
|
🎭 Playwright Run Summary
222 passed (12.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.42 MB |
|
flaky-tests-report
Expired
|
2.07 KB |
|