Editor: Don't use selector shortcuts for the taxonomy queries (#68998) #124629
Annotations
2 errors, 9 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] › interactivity/router-regions.spec.ts:101:6 › Router regions › Page title is updated 2:
packages/e2e-test-utils-playwright/src/request-utils/themes.ts#L48
1) [chromium] › interactivity/router-regions.spec.ts:101:6 › Router regions › Page title is updated 2
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8889/wp-admin/themes.php?action=activate&stylesheet=twentytwentyone&_wpnonce=db974eb0c0
- user-agent: Playwright/1.49.1 (x64; ubuntu 24.04) node/20.18 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1739096739%7Ca3AHSyh2igG5N5UgQORkj2qaCVYSnHYf8tFcpR7GT6V%7C466ef0b24e08eae28993a33943e9ea7c3d31c1aa144a2f7b0f86eded1b51ca52; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1739096739%7Ca3AHSyh2igG5N5UgQORkj2qaCVYSnHYf8tFcpR7GT6V%7C7f24e495939ff691d6f2d298c4f34ec95af58f35825faecba5a7dfd30b20cfbc; wp-settings-time-1=1738923964
- ← 302 Found
- date: Fri, 07 Feb 2025 10:26:04 GMT
- server: Apache/2.4.62 (Debian)
- x-powered-by: PHP/8.2.27
- expires: Wed, 11 Jan 1984 05:00:00 GMT
- cache-control: no-cache, must-revalidate, max-age=0, private
- referrer-policy: strict-origin-when-cross-origin
- x-frame-options: SAMEORIGIN
- x-redirect-by: WordPress
- location: http://localhost:8889/wp-admin/themes.php?activated=true
- server-timing: wpTotal;dur=39.02, wpMemoryUsage;dur=4723768, wpDbQueries;dur=49
- content-length: 0
- keep-alive: timeout=5, max=94
- connection: Keep-Alive
- content-type: text/html; charset=UTF-8
- → GET http://localhost:8889/wp-admin/themes.php?activated=true
- user-agent: Playwright/1.49.1 (x64; ubuntu 24.04) node/20.18 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1739096739%7Ca3AHSyh2igG5N5UgQORkj2qaCVYSnHYf8tFcpR7GT6V%7C466ef0b24e08eae28993a33943e9ea7c3d31c1aa144a2f7b0f86eded1b51ca52; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1739096739%7Ca3AHSyh2igG5N5UgQORkj2qaCVYSnHYf8tFcpR7GT6V%7C7f24e495939ff691d6f2d298c4f34ec95af58f35825faecba5a7dfd30b20cfbc; wp-settings-time-1=1738923964
at ../../../packages/e2e-test-utils-playwright/src/request-utils/themes.ts:48
46 | THEMES_URL + `?${ activateQuery }`.replace( /&/g, '&' );
47 |
> 48 | response = await this.request.get( activateLink );
| ^
49 |
50 | await response.dispose();
51 | }
at RequestUtils.activateTheme (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/themes.ts:48:32)
at InteractivityUtils.deactivatePlugins (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/fixtures/interactivity-utils.ts:108:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-regions.spec.ts:24:3
|
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 - 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 - 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 - 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 - 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 - 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 - 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
|
Report to GitHub
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 Run Summary
1 flaky
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
2 skipped
199 passed (6.1m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.5m)
|
🎭 Playwright Run Summary
1 skipped
174 passed (7.9m)
|
🎭 Playwright Run Summary
1 skipped
211 passed (8.4m)
|
🎭 Playwright Run Summary
207 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
224 passed (9.3m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (11.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › interactivity/router-regions.spec.ts:101:6 › Router regions › Page title is updated 2
1 skipped
205 passed (11.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
2.84 MB |
|
flaky-tests-report
|
3.25 KB |
|