Skip to content

Bump the github-actions group with 8 updates #76

Bump the github-actions group with 8 updates

Bump the github-actions group with 8 updates #76

Triggered via pull request April 1, 2024 05:25
Status Failure
Total duration 5m 45s
Artifacts 2

end-to-end-tests.yml

on: pull_request
Matrix: e2e-tests
Slack Notifications  /  Prepare notifications
Slack Notifications / Prepare notifications
Slack Notifications  /  Cancelled notifications
Slack Notifications / Cancelled notifications
Slack Notifications  /  Failure notifications
Slack Notifications / Failure notifications
Slack Notifications  /  Fixed notifications
Slack Notifications / Fixed notifications
Slack Notifications  /  Success notifications
Slack Notifications / Success notifications
Failed workflow tasks
0s
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 notices
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L34
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 32 | await requestUtils.activatePlugin( 'gutenberg' ); 33 | > 34 | plugin = await requestUtils.rest( { | ^ 35 | path: 'wp/v2/plugins/gutenberg/gutenberg', 36 | } ); 37 | at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:34:12
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L12
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 10 | test.beforeAll( async ( { requestUtils } ) => { 11 | // Install Gutenberg plugin if it's not yet installed. > 12 | const pluginsMap = await requestUtils.getPluginsMap(); | ^ 13 | if ( ! pluginsMap.gutenberg ) { 14 | await requestUtils.rest( { 15 | method: 'POST', at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at RequestUtils.getPluginsMap (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/plugins.ts:23:18) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:12:22
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L12
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 10 | test.beforeAll( async ( { requestUtils } ) => { 11 | // Install Gutenberg plugin if it's not yet installed. > 12 | const pluginsMap = await requestUtils.getPluginsMap(); | ^ 13 | if ( ! pluginsMap.gutenberg ) { 14 | await requestUtils.rest( { 15 | method: 'POST', at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at RequestUtils.getPluginsMap (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/plugins.ts:23:18) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:12:22
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
4) [chromium] › profile/applications-passwords.test.js:38:6 › Manage applications passwords › should not allow to create two applications passwords with the same name SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16:3
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L34
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 32 | await requestUtils.activatePlugin( 'gutenberg' ); 33 | > 34 | plugin = await requestUtils.rest( { | ^ 35 | path: 'wp/v2/plugins/gutenberg/gutenberg', 36 | } ); 37 | at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:34:12
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L12
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 10 | test.beforeAll( async ( { requestUtils } ) => { 11 | // Install Gutenberg plugin if it's not yet installed. > 12 | const pluginsMap = await requestUtils.getPluginsMap(); | ^ 13 | if ( ! pluginsMap.gutenberg ) { 14 | await requestUtils.rest( { 15 | method: 'POST', at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at RequestUtils.getPluginsMap (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/plugins.ts:23:18) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:12:22
[chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate: tests/e2e/specs/gutenberg-plugin.test.js#L12
1) [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ─────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 10 | test.beforeAll( async ( { requestUtils } ) => { 11 | // Install Gutenberg plugin if it's not yet installed. > 12 | const pluginsMap = await requestUtils.getPluginsMap(); | ^ 13 | if ( ! pluginsMap.gutenberg ) { 14 | await requestUtils.rest( { 15 | method: 'POST', at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at RequestUtils.getPluginsMap (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/plugins.ts:23:18) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/gutenberg-plugin.test.js:12:22
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[chromium] › hello.test.js:7:6 › Hello World › Should load properly: tests/e2e/specs/hello.test.js#L11
2) [chromium] › hello.test.js:7:6 › Hello World › Should load properly ─────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) - waiting for getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) 9 | await expect( 10 | page.getByRole('heading', { name: 'Welcome to WordPress', level: 2 }) > 11 | ).toBeVisible(); | ^ 12 | } ); 13 | } ); 14 | at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/hello.test.js:11:5
[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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
3) [chromium] › profile/applications-passwords.test.js:19:6 › Manage applications passwords › should correctly create a new application password Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16: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#L128
4) [chromium] › profile/applications-passwords.test.js:38:6 › Manage applications passwords › should not allow to create two applications passwords with the same name SyntaxError: Unexpected token '<', "<br /> <b>"... is not valid JSON 126 | 127 | async delete() { > 128 | await this.requestUtils.rest( { | ^ 129 | method: 'DELETE', 130 | path: '/wp/v2/users/me/application-passwords', 131 | } ); at RequestUtils.rest (/home/runner/work/wordpress-develop/wordpress-develop/node_modules/@wordpress/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at ApplicationPasswords.delete (/home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:128:3) at /home/runner/work/wordpress-develop/wordpress-develop/tests/e2e/specs/profile/applications-passwords.test.js:16:3
🎭 Playwright Run Summary
6 failed [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ──────────────── [chromium] › hello.test.js:7:6 › Hello World › Should load properly ──────────────────────────── [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 [chromium] › profile/applications-passwords.test.js:55:6 › Manage applications passwords › should correctly revoke a single application password [chromium] › profile/applications-passwords.test.js:78:6 › Manage applications passwords › should correctly revoke all the application passwords 14 passed (57.1s)
🎭 Playwright Run Summary
6 failed [chromium] › gutenberg-plugin.test.js:25:6 › Gutenberg plugin › should activate ──────────────── [chromium] › hello.test.js:7:6 › Hello World › Should load properly ──────────────────────────── [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 [chromium] › profile/applications-passwords.test.js:55:6 › Manage applications passwords › should correctly revoke a single application password [chromium] › profile/applications-passwords.test.js:78:6 › Manage applications passwords › should correctly revoke all the application passwords 14 passed (1.0m)

Artifacts

Produced during runtime
Name Size
failures-artifacts-8504256615 Expired
797 KB
failures-artifacts-SCRIPT_DEBUG-8504256615 Expired
798 KB