Hotfix for moving focus to block library from sidebar (#66256) #117357
Annotations
1 error and 1 notice
packages/e2e-test-utils-playwright/src/request-utils/themes.ts#L13
1) [chromium] › site-editor/title.spec.js:34:2 › Site editor title › displays the selected template name in the title for the header template
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8889/wp-admin/themes.php
- user-agent: Playwright/1.47.0 (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%7C1729759184%7CVYL1gRGixRCNh8Cf8YVOdFQOkv0Vk0K3o3lya1EF1cs%7C6a9cff09cfdc54bbe83b04801a72dc0bdbd9e03b07328469dc5dde02465f11b5; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1729759184%7CVYL1gRGixRCNh8Cf8YVOdFQOkv0Vk0K3o3lya1EF1cs%7Cd18cf0c682b312a9abdadb221d069f7b0e1d24d0195cefac2f83fdce5862393b; wp-settings-time-1=1729586641
at ../../../packages/e2e-test-utils-playwright/src/request-utils/themes.ts:13
11 | themeSlug: string
12 | ): Promise< void > {
> 13 | let response = await this.request.get( THEMES_URL );
| ^
14 | const html = await response.text();
15 | const optionalFolder = '([a-z0-9-]+%2F)?';
16 |
at RequestUtils.activateTheme (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/themes.ts:13:36)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/title.spec.js:12:22
|
|
This job succeeded
Loading