Build Tools: Allow easier customization of the .env file. #35840
end-to-end-tests.yml
on: push
Matrix: e2e-tests
Slack Notifications
/
Failure notifications
0s
Slack Notifications
/
Fixed notifications
0s
Slack Notifications
/
Success notifications
4s
Slack Notifications
/
Cancelled notifications
0s
Failed workflow tasks
0s
Annotations
4 errors and 2 notices
[chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password:
tests/e2e/specs/profile/applications-passwords.test.js#L110
1) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
Error: Not logged in
108 |
109 | async create(applicationName = TEST_APPLICATION_NAME) {
> 110 | await this.admin.visitAdminPage( '/profile.php' );
| ^
111 |
112 | const newPasswordField = this.page.getByRole( 'textbox', { name: 'New Application Password Name' } );
113 | await expect( newPasswordField ).toBeVisible();
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 ApplicationPasswords.create (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:110:3)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:23:3
|
[chromium] › profile/applications-passwords.test.js:38:6 › Manage applications passwords › should not allow to create two applications passwords with the same name:
tests/e2e/specs/profile/applications-passwords.test.js#L110
2) [chromium] › profile/applications-passwords.test.js:38:6 › Manage applications passwords › should not allow to create two applications passwords with the same name
Error: Not logged in
108 |
109 | async create(applicationName = TEST_APPLICATION_NAME) {
> 110 | await this.admin.visitAdminPage( '/profile.php' );
| ^
111 |
112 | const newPasswordField = this.page.getByRole( 'textbox', { name: 'New Application Password Name' } );
113 | await expect( newPasswordField ).toBeVisible();
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 ApplicationPasswords.create (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:110:3)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:42:3
|
[chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password:
tests/e2e/specs/profile/applications-passwords.test.js#L110
1) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
Error: Not logged in
108 |
109 | async create(applicationName = TEST_APPLICATION_NAME) {
> 110 | await this.admin.visitAdminPage( '/profile.php' );
| ^
111 |
112 | const newPasswordField = this.page.getByRole( 'textbox', { name: 'New Application Password Name' } );
113 | await expect( newPasswordField ).toBeVisible();
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 ApplicationPasswords.create (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:110:3)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:23:3
|
[chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password:
tests/e2e/specs/profile/applications-passwords.test.js#L26
1) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'name')
24 |
25 | const [ app ] = await applicationPasswords.get();
> 26 | expect( app['name']).toBe( TEST_APPLICATION_NAME );
| ^
27 |
28 | const successMessage = page.getByRole( 'alert' );
29 |
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:26:14
|
🎭 Playwright Run Summary
2 flaky
[chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
[chromium] › profile/applications-passwords.test.js:38:6 › Manage applications passwords › should not allow to create two applications passwords with the same name
22 passed (44.6s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
23 passed (42.2s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts-10912069909
|
890 KB |
|
failures-artifacts-SCRIPT_DEBUG-10912069909
|
508 KB |
|