Skip to content

Bundled Theme: Ensure text color inheritance for pullquote citations #42322

Bundled Theme: Ensure text color inheritance for pullquote citations

Bundled Theme: Ensure text color inheritance for pullquote citations #42322

Triggered via pull request June 17, 2025 08:37
Status Success
Total duration 5m 23s
Artifacts 2

end-to-end-tests.yml

on: pull_request
Matrix: e2e-tests
Slack Notifications  /  Prepare notifications
Slack Notifications / Prepare notifications
Slack Notifications  /  Cancelled notifications
Slack Notifications / Cancelled notifications
Slack Notifications  /  Failure notifications
Slack Notifications / Failure notifications
Slack Notifications  /  Fixed notifications
Slack Notifications / Fixed notifications
Slack Notifications  /  Success notifications
Slack Notifications / Success notifications
Failed workflow tasks
0s
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 notices
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly: tests/e2e/specs/media-upload.test.js#L13
2) [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.50.1 (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%7C1750322570%7CyX9q8khiJ4TUtsUy8Jlb5FATxBNOpcB9KwYhY2M9R9r%7Ccf3ebac8220915e6e46b836a188a1594bfefcb6509396f2ef0046d96900315ce; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1750322570%7CyX9q8khiJ4TUtsUy8Jlb5FATxBNOpcB9KwYhY2M9R9r%7Ca7a8548ca88a8cb23df56d6713e3a278f5f5a746aaa7675b5cdcc9276b6dfc97; wp-settings-time-1=1750149770 - ← 400 Bad Request - server: nginx/1.27.5 - date: Tue, 17 Jun 2025 08:42:51 GMT - content-type: text/html; charset=UTF-8 - transfer-encoding: chunked - connection: keep-alive - x-powered-by: PHP/8.2.28 - x-robots-tag: noindex - x-content-type-options: nosniff - referrer-policy: strict-origin-when-cross-origin - x-frame-options: SAMEORIGIN - 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
[chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials: tests/e2e/specs/install.test.js#L40
1) [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials Error: should redirect to the installation page Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected pattern: /wp-admin\/install\.php$/ Received string: "http://localhost:8889/" Call log: - should redirect to the installation page with timeout 5000ms - waiting for locator(':root') 9 × locator resolved to <html lang="en-US">…</html> - unexpected value "http://localhost:8889/" 38 | page, 39 | 'should redirect to the installation page' > 40 | ).toHaveURL( /wp-admin\/install\.php$/ ); | ^ 41 | 42 | await expect( 43 | page.getByText( /WordPress database error/ ), at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/install.test.js:40:5
[chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly: tests/e2e/specs/media-upload.test.js#L13
2) [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.50.1 (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%7C1750322575%7C9tm7oGtNCK4aSYqBzM8KbhAykqiWALwdGG9oEM8YCkz%7Cd5471a3b5948b5738be6cb903deb71964e8aa89cb8bd55cb3918d04bdfd73885; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1750322575%7C9tm7oGtNCK4aSYqBzM8KbhAykqiWALwdGG9oEM8YCkz%7Ccf4ba9193a428e3c3a273aaac7e6f891aab157c5803e1a05dc16ef6b25c2ea25; wp-settings-time-1=1750149776 - ← 400 Bad Request - server: nginx/1.27.5 - date: Tue, 17 Jun 2025 08:42:56 GMT - content-type: text/html; charset=UTF-8 - transfer-encoding: chunked - connection: keep-alive - x-powered-by: PHP/8.2.28 - x-robots-tag: noindex - x-content-type-options: nosniff - referrer-policy: strict-origin-when-cross-origin - x-frame-options: SAMEORIGIN - 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
[chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials: tests/e2e/specs/install.test.js#L40
1) [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials Error: should redirect to the installation page Timed out 5000ms waiting for expect(locator).toHaveURL(expected) Locator: locator(':root') Expected pattern: /wp-admin\/install\.php$/ Received string: "http://localhost:8889/" Call log: - should redirect to the installation page with timeout 5000ms - waiting for locator(':root') 9 × locator resolved to <html lang="en-US">…</html> - unexpected value "http://localhost:8889/" 38 | page, 39 | 'should redirect to the installation page' > 40 | ).toHaveURL( /wp-admin\/install\.php$/ ); | ^ 41 | 42 | await expect( 43 | page.getByText( /WordPress database error/ ), at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/install.test.js:40:5
🎭 Playwright Run Summary
2 flaky [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly 23 passed (42.6s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials [chromium] › tests/e2e/specs/media-upload.test.js:11:5 › Test dismissing failed upload works correctly 23 passed (48.6s)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts-15702359179 Expired
496 KB
sha256:129fac3f0484d3a451976a36d6c36d19eab7bc1b2662410c745f6b86d85e322b
failures-artifacts-SCRIPT_DEBUG-15702359179 Expired
506 KB
sha256:64cada42a9263bc0eeaa440cfe263ee3282c0cf2dab0f0ff0c1e8b94cbeb8519