Template Activation: Make template edit test less flaky #139119
Annotations
3 errors and 8 notices
|
[chromium] › test/e2e/specs/editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text:
packages/e2e-test-utils-playwright/src/request-utils/rest.ts#L119
1) [chromium] › test/e2e/specs/editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text
Error: apiRequestContext.fetch: socket hang up
Call log:
- → GET http://localhost:8889/index.php?rest_route=/wp/v2/navigation/
- user-agent: Playwright/1.57.0 (x64; ubuntu 24.04) node/20.19 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- X-WP-Nonce: 910d37820c
- content-type: application/json
- content-length: 90
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1766067691%7CQCw4D0hdvZVn8Ryy737H6PQjuXlZfPDCToIl1udS6Uj%7Cc7f0441603455b0b6b93fb7c1dcd680e4499839d1cb5e75219aa7e666a52002e; wp-settings-time-1=1765895536
at ../../../packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119
117 |
118 | try {
> 119 | const response = await this.request.fetch( url, {
| ^
120 | ...fetchOptions,
121 | failOnStatusCode: false,
122 | headers: {
at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119:39)
at RequestUtils.deleteAllMenus (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/menus.ts:81:30)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:40:17
|
|
[chromium] › test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:43:4 › Post Meta source › Movie CPT template › Block attributes values › should not be possible to edit connected blocks:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L0
1) [chromium] › test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:43:4 › Post Meta source › Movie CPT template › Block attributes values › should not be possible to edit connected blocks
{
code: 'rest_no_route',
message: 'No route was found matching the URL and request method.',
data: { status: 404 }
}
|
|
[chromium] › test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:43:4 › Post Meta source › Movie CPT template › Block attributes values › should not be possible to edit connected blocks:
packages/e2e-test-utils-playwright/src/request-utils/themes.ts#L48
1) [chromium] › test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:43:4 › Post Meta source › Movie CPT template › Block attributes values › should not be possible to edit connected blocks
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8889/wp-admin/themes.php?action=activate&stylesheet=emptytheme&_wpnonce=f2cf427006
- user-agent: Playwright/1.57.0 (x64; ubuntu 24.04) node/20.19 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1766067756%7Ccg6ZE5AukOke9s89fW56dteePM7tQkPCrVZJaI7f5ZT%7Cf4fc9980ff2d12f3d7e75ab2038fb431f15d2d7a58d3161c3447b27007a3cf19; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1766067756%7Ccg6ZE5AukOke9s89fW56dteePM7tQkPCrVZJaI7f5ZT%7Cb819a583128b2fd8eb9f8c8f9e0dae5f880fbdd905afffc0fd06fad885b32f84; wp-settings-time-1=1765895209
- ← 302 Found
- date: Tue, 16 Dec 2025 14:26:49 GMT
- server: Apache/2.4.65 (Debian)
- x-powered-by: PHP/8.3.28
- 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
- content-security-policy: frame-ancestors 'self';
- x-redirect-by: WordPress
- location: http://localhost:8889/wp-admin/themes.php?activated=true
- server-timing: wpTotal;dur=42.58, wpMemoryUsage;dur=5033032, wpDbQueries;dur=51
- content-length: 0
- keep-alive: timeout=5, max=44
- connection: Keep-Alive
- content-type: text/html; charset=UTF-8
- → GET http://localhost:8889/wp-admin/themes.php?activated=true
- user-agent: Playwright/1.57.0 (x64; ubuntu 24.04) node/20.19 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1766067756%7Ccg6ZE5AukOke9s89fW56dteePM7tQkPCrVZJaI7f5ZT%7Cf4fc9980ff2d12f3d7e75ab2038fb431f15d2d7a58d3161c3447b27007a3cf19; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1766067756%7Ccg6ZE5AukOke9s89fW56dteePM7tQkPCrVZJaI7f5ZT%7Cb819a583128b2fd8eb9f8c8f9e0dae5f880fbdd905afffc0fd06fad885b32f84; wp-settings-time-1=1765895209
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 /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:8:3
|
|
🎭 Playwright Run Summary
3 skipped
224 passed (8.3m)
|
|
🎭 Playwright Run Summary
2 skipped
196 passed (10.1m)
|
|
🎭 Playwright Run Summary
4 skipped
219 passed (10.9m)
|
|
🎭 Playwright Run Summary
3 skipped
191 passed (11.4m)
|
|
🎭 Playwright Run Summary
1 skipped
222 passed (11.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text
224 passed (11.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:43:4 › Post Meta source › Movie CPT template › Block attributes values › should not be possible to edit connected blocks
1 skipped
249 passed (12.2m)
|
|
🎭 Playwright Run Summary
1 skipped
248 passed (16.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
failures-artifacts
Expired
|
4.31 MB |
sha256:4ce41a3d397f16a62dfd31b41d6009147d16d3cfb948cfec80cffdb7a9d0238f
|
|
|
flaky-tests-report
Expired
|
3.44 KB |
sha256:ecb253b1970d82aebae5d88b73d275693a3a943b7aecfb3373bfb2e3a1b882ef
|
|