Add Playwright e2e test for bulk edit pages #38278
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
8 errors, 2 warnings, and 2 notices
[chromium] › 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] › 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')
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- 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] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk:
tests/e2e/specs/pages/bulk-edit-pages.test.js#L18
2) [chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
Error: Not logged in
16 |
17 | for ( const title of postTitles ) {
> 18 | await admin.createNewPost( { title, postType: 'page' } );
| ^
19 | await editor.publishPost();
20 | }
21 | } );
at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9)
at Admin.createNewPost (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:41:2)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/pages/bulk-edit-pages.test.js:18:4
|
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk:
tests/e2e/specs/pages/bulk-edit-pages.test.js#L18
2) [chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Not logged in
16 |
17 | for ( const title of postTitles ) {
> 18 | await admin.createNewPost( { title, postType: 'page' } );
| ^
19 | await editor.publishPost();
20 | }
21 | } );
at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9)
at Admin.createNewPost (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:41:2)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/pages/bulk-edit-pages.test.js:18:4
|
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk:
tests/e2e/specs/pages/bulk-edit-pages.test.js#L18
1) [chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
Error: Not logged in
16 |
17 | for ( const title of postTitles ) {
> 18 | await admin.createNewPost( { title, postType: 'page' } );
| ^
19 | await editor.publishPost();
20 | }
21 | } );
at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9)
at Admin.createNewPost (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:41:2)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/pages/bulk-edit-pages.test.js:18:4
|
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk:
tests/e2e/specs/pages/bulk-edit-pages.test.js#L19
1) [chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Dismiss this notice' }).filter({ hasText: 'published' }) to be visible
17 | for ( const title of postTitles ) {
18 | await admin.createNewPost( { title, postType: 'page' } );
> 19 | await editor.publishPost();
| ^
20 | }
21 | } );
22 |
at Editor.publishPost (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/editor/publish-post.ts:44:4)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/pages/bulk-edit-pages.test.js:19:4
|
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk:
tests/e2e/specs/pages/bulk-edit-pages.test.js#L18
1) [chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Not logged in
16 |
17 | for ( const title of postTitles ) {
> 18 | await admin.createNewPost( { title, postType: 'page' } );
| ^
19 | await editor.publishPost();
20 | }
21 | } );
at Admin.visitAdminPage (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:36:9)
at Admin.createNewPost (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/admin/create-new-post.ts:41:2)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/pages/bulk-edit-pages.test.js:18:4
|
[chromium] › 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] › 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')
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- locator resolved to <html lang="en-US">…</html>
- unexpected value "http://localhost:8889/"
- 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
|
Test with SCRIPT_DEBUG disabled / Run E2E tests
Process completed with exit code 1.
|
Test with SCRIPT_DEBUG enabled / Run E2E tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test with SCRIPT_DEBUG disabled / Run E2E tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[chromium] › install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
22 passed (56.0s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › pages/bulk-edit-pages.test.js:23:2 › Bulk Edit the wp-page › Should able to edit the pages in bulk
1 flaky
[chromium] › install.test.js:34:6 › WordPress installation process › should install WordPress with pre-existing database credentials
22 passed (58.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts-12180174761
|
2.33 MB |
|
failures-artifacts-SCRIPT_DEBUG-12180174761
|
721 KB |
|