I18N: Add translator context to scale strings in image editor #54527
Annotations
1 error and 1 notice
|
Run E2E tests:
tests/e2e/specs/media-upload.test.js#L13
1) [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly
Error: apiRequestContext.get: 400 Bad Request
Response text:
0
Call log:
- → GET http://localhost:8889/wp-admin/admin-ajax.php?action=rest-nonce
- user-agent: Playwright/1.58.2 (x64; ubuntu 24.04) node/20.20 CI/1
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_23778236db82f19306f247e20a353a99=admin%7C1777655921%7CKgFELMIx4lzimXdkUccjKBhkmj25lN6kSoD35iKObMn%7Cee907cf2e56b2316950ec254e393c0cc851e78ad4c73d26110e143980658b5ca; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1777655921%7CKgFELMIx4lzimXdkUccjKBhkmj25lN6kSoD35iKObMn%7C70a0d7cc45656950496c8332de6e6d698b2a44a0fc117ec05c9a10735c7f30a5; wp-settings-time-1=1777483122
- ← 400 Bad Request
- server: nginx/1.29.8
- date: Wed, 29 Apr 2026 17:18:42 GMT
- content-type: text/html; charset=UTF-8
- transfer-encoding: chunked
- connection: keep-alive
- x-powered-by: PHP/8.3.30
- x-robots-tag: noindex
- x-content-type-options: nosniff
- referrer-policy: strict-origin-when-cross-origin
- x-frame-options: SAMEORIGIN
- content-security-policy: frame-ancestors 'self';
- expires: Wed, 11 Jan 1984 05:00:00 GMT
- cache-control: no-cache, must-revalidate, max-age=0, no-store, private
11 | test( 'Test dismissing failed upload works correctly', async ({ page, admin, requestUtils }) => {
12 | // Log in before visiting admin page.
> 13 | await requestUtils.login();
| ^
14 | await admin.visitAdminPage( '/media-new.php' );
15 |
16 | // It takes a moment for the multi-file uploader to become available.
at RequestUtils.login (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/login.ts:23:32)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/media-upload.test.js:13:2
|
|
Run E2E tests
1 flaky
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly
24 passed (1.2m)
|
Loading