Build Tools: Allow easier customization of the .env file. #35840
Annotations
2 errors and 1 notice
Run E2E tests:
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
|
Run E2E tests:
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
|
Run E2E tests
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)
|
Loading