BoxControl: Fix aria-valuetext
value
#122979
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
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=08ef8578c4
- user-agent: Playwright/1.48.1 (x64; ubuntu 22.04) node/20.18 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1735529031%7CX0A5ZZBlgOXhVqfpS3OKHp4XdXDtHzhNNqjV2I6YKUB%7Cbe8bd5cac164e592962d736f13e83a9a10cca23a296bb2c05b4662b74ad4d87d; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1735529031%7CX0A5ZZBlgOXhVqfpS3OKHp4XdXDtHzhNNqjV2I6YKUB%7C6aaa8d8cb7e987f8f64f714ca39207dd0d1aa9c8b3ded4f22ca48f2b204035cb; wp-settings-time-1=1735356258
- ← 302 Found
- date: Sat, 28 Dec 2024 03:24:18 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=38.94, wpMemoryUsage;dur=4737200, 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.48.1 (x64; ubuntu 22.04) node/20.18 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1735529031%7CX0A5ZZBlgOXhVqfpS3OKHp4XdXDtHzhNNqjV2I6YKUB%7Cbe8bd5cac164e592962d736f13e83a9a10cca23a296bb2c05b4662b74ad4d87d; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1735529031%7CX0A5ZZBlgOXhVqfpS3OKHp4XdXDtHzhNNqjV2I6YKUB%7C6aaa8d8cb7e987f8f64f714ca39207dd0d1aa9c8b3ded4f22ca48f2b204035cb; wp-settings-time-1=1735356258
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 flaky
[chromium] › interactivity/router-regions.spec.ts:101:6 › Router regions › Page title is updated 2
1 skipped
204 passed (10.2m)
|
Loading