HTML API: Normalize TITLE content generation. #53957
end-to-end-tests.yml
on: pull_request
Matrix: e2e-tests
Slack Notifications
/
Cancelled notifications
Slack Notifications
/
Failure notifications
Slack Notifications
/
Fixed notifications
Slack Notifications
/
Success notifications
Failed workflow tasks
0s
Annotations
9 errors and 2 notices
|
E2E Tests / SCRIPT_DEBUG disabled
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
E2E Tests / SCRIPT_DEBUG enabled
Process completed with exit code 1.
|
|
[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
2) [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
expect(page).toHaveURL(expected) failed
Expected pattern: /wp-admin\/install\.php$/
Received string: "http://localhost:8889/"
Timeout: 5000ms
Call log:
- should redirect to the installation page with timeout 5000ms
9 × 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/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page:
tests/e2e/specs/maintenance-mode.test.js#L31
1) [chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
Error: expect(locator).toBeVisible() failed
Locator: getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/Briefly unavailable for scheduled maintenance\. Check back in a minute\./)
29 | await expect(
30 | page.getByText( /Briefly unavailable for scheduled maintenance\. Check back in a minute\./ )
> 31 | ).toBeVisible();
| ^
32 | } );
33 | } );
34 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/maintenance-mode.test.js:31:5
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
24 passed (1.2m)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/specs/maintenance-mode.test.js:27:6 › Maintenance mode › should display maintenance mode page
1 flaky
[chromium] › tests/e2e/specs/install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials
23 passed (1.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
failures-artifacts-24455715276
|
46 KB |
sha256:5d311b5ef78984344e3bafc7db2702fb37a43804700d0023fd92e5a1f80e03a9
|
|
|
failures-artifacts-SCRIPT_DEBUG-24455715276
|
400 KB |
sha256:f05ca3b4cc26620c079d522ff3730e63a6a0913026b2d75afb29479f5cc09af8
|
|