fix: Block focus removed even on clicking the inspector control to add Url #123638
Annotations
10 errors, 17 warnings, and 8 notices
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert:
test/e2e/specs/site-editor/template-revert.spec.js#L79
1) [chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
Error: expect(received).toEqual(expected) // deep equality
- Expected - 9
+ Received + 8
- <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /-->
+ <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /-->
- <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} -->
+
+ <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} -->
- <div class="wp-block-query">
- <!-- wp:post-template -->
+ <div class="wp-block-query"><!-- wp:post-template -->
- <!-- wp:post-title {"isLink":true} /-->
+ <!-- wp:post-title {"isLink":true} /-->
- <!-- wp:post-excerpt /-->
+
+ <!-- wp:post-excerpt /-->
- <!-- /wp:post-template -->
- </div>
+ <!-- /wp:post-template --></div>
<!-- /wp:query -->
-
77 | const contentAfter =
78 | await templateRevertUtils.getCurrentSiteEditorContent();
> 79 | expect( contentAfter ).toEqual( contentBefore );
| ^
80 | } );
81 |
82 | test( 'should show the original content after revert and page reload', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:79:26
|
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating:
test/e2e/specs/editor/blocks/navigation.spec.js#L730
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('combobox', { name: 'Search or type URL' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('combobox', { name: 'Search or type URL' })
9 × locator resolved to <input value="" required="" type="text" role="combobox" aria-expanded="false" aria-autocomplete="list" id="url-input-control-1" placeholder="Search or type URL" aria-owns="block-editor-url-input-suggestions-1" class="components-input-control__input fbaa-f-e-a-bc-1p2vxjs em5sgkm3"/>
- unexpected value "visible"
728 | await this.page.keyboard.press( 'Escape' );
729 |
> 730 | await expect( linkControlSearch ).toBeHidden();
| ^
731 | }
732 |
733 | /**
at Navigation.addLinkClose (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:730:37)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:346:3
|
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating:
test/e2e/specs/editor/blocks/navigation.spec.js#L730
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('combobox', { name: 'Search or type URL' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('combobox', { name: 'Search or type URL' })
2 × locator resolved to <input value="" required="" type="text" role="combobox" aria-expanded="false" aria-autocomplete="list" id="url-input-control-1" placeholder="Search or type URL" aria-owns="block-editor-url-input-suggestions-1" class="components-input-control__input fabd-ab--be-cabcd-1p2vxjs em5sgkm3"/>
- unexpected value "visible"
7 × locator resolved to <input value="" required="" type="text" role="combobox" aria-expanded="true" aria-autocomplete="list" id="url-input-control-1" placeholder="Search or type URL" aria-owns="block-editor-url-input-suggestions-1" class="components-input-control__input fabd-ab--be-cabcd-1p2vxjs em5sgkm3"/>
- unexpected value "visible"
728 | await this.page.keyboard.press( 'Escape' );
729 |
> 730 | await expect( linkControlSearch ).toBeHidden();
| ^
731 | }
732 |
733 | /**
at Navigation.addLinkClose (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:730:37)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:346:3
|
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating:
test/e2e/specs/editor/blocks/navigation.spec.js#L730
1) [chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('combobox', { name: 'Search or type URL' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('combobox', { name: 'Search or type URL' })
3 × locator resolved to <input value="" required="" type="text" role="combobox" aria-expanded="false" aria-autocomplete="list" id="url-input-control-1" placeholder="Search or type URL" aria-owns="block-editor-url-input-suggestions-1" class="components-input-control__input edcee-fb-ef-bb-ffe-1p2vxjs em5sgkm3"/>
- unexpected value "visible"
6 × locator resolved to <input value="" required="" type="text" role="combobox" aria-expanded="true" aria-autocomplete="list" id="url-input-control-1" placeholder="Search or type URL" aria-owns="block-editor-url-input-suggestions-1" class="components-input-control__input edcee-fb-ef-bb-ffe-1p2vxjs em5sgkm3"/>
- unexpected value "visible"
728 | await this.page.keyboard.press( 'Escape' );
729 |
> 730 | await expect( linkControlSearch ).toBeHidden();
| ^
731 | }
732 |
733 | /**
at Navigation.addLinkClose (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:730:37)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:346:3
|
Playwright - 2
Process completed with exit code 1.
|
[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#L66
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 60000ms 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:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // 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:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[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#L66
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms 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:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // 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:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[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#L66
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms 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:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // 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:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L66
2) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@Firefox, @WebKit) › page-list submenu user interactions
TimeoutError: locator.waitFor: Timeout 60000ms 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:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // 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:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:449:4
|
Playwright - 8
Process completed with exit code 1.
|
Playwright - 5
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 1
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 2
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 7
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 4
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 3
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 8
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
2 skipped
200 passed (6.1m)
|
🎭 Playwright Run Summary
1 skipped
173 passed (8.2m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.4m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
1 skipped
209 passed (8.8m)
|
🎭 Playwright Run Summary
1 skipped
224 passed (9.4m)
|
🎭 Playwright Run Summary
207 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (11.0m)
|
🎭 Playwright Run Summary
1 failed
[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
1 flaky
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@Firefox, @WebKit) › page-list submenu user interactions
3 skipped
186 passed (14.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
12.6 MB |
|
flaky-tests-report
|
2.52 KB |
|