Bump the github-actions group across 1 directory with 3 updates #35954
Annotations
2 errors and 1 notice
tests/e2e/specs/profile/applications-passwords.test.js#L115
1) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
Error: Not logged in
113 |
114 | async create(applicationName = TEST_APPLICATION_NAME) {
> 115 | await this.admin.visitAdminPage( '/profile.php' );
| ^
116 |
117 | const newPasswordField = this.page.getByRole( 'textbox', { name: 'New Application Password Name' } );
118 | 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:115:3)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:23:3
|
tests/e2e/specs/profile/applications-passwords.test.js#L115
1) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Not logged in
113 |
114 | async create(applicationName = TEST_APPLICATION_NAME) {
> 115 | await this.admin.visitAdminPage( '/profile.php' );
| ^
116 |
117 | const newPasswordField = this.page.getByRole( 'textbox', { name: 'New Application Password Name' } );
118 | 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:115:3)
at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:23:3
|
|
This job succeeded
Loading