Skip to content

Social Logos: New logos and various fixes #81933

Social Logos: New logos and various fixes

Social Logos: New logos and various fixes #81933

Triggered via pull request June 12, 2024 15:48
Status Failure
Total duration 17m 34s
Artifacts 13

e2e-tests.yml

on: pull_request
Determine tests matrix
1m 4s
Determine tests matrix
Matrix: build-projects
Matrix: e2e-tests
Test report
5s
Test report
Slack notification
1m 4s
Slack notification
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 14 notices
Jetpack Boost - Concatenate JS/CSS e2e tests
The artifact name is not valid: test-output-Jetpack Boost - Concatenate JS/CSS. Contains the following character: Forward slash / Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n, Backslash \, Forward slash / These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active: tools/e2e-commons/pages/page-actions.js#L314
1) specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active TimeoutError: page.waitForSelector: Timeout 180000ms exceeded. Call log: - waiting for locator('[data-testid="page-cache-meta"]') to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:314 312 | `Waiting for element '${ selector }' to be ${ state } [timeout: ${ timeout } ms]` 313 | ); > 314 | return await this.page.waitForSelector( selector, { state, timeout } ); | ^ 315 | } 316 | 317 | /** at JetpackBoostPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:314:26) at JetpackBoostPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:264:21) at JetpackBoostPage.waitForPageCacheMetaInfoVisibility (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/JetpackBoostPage.js:136:15) at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:97:27
specs/admin-page.test.js:14:1 › Jetpack Social admin page: projects/plugins/social/tests/e2e/specs/admin-page.test.js#L6
1) specs/admin-page.test.js:14:1 › Jetpack Social admin page ───────────────────────────────────── Test timeout of 300000ms exceeded while running "beforeEach" hook. 4 | import logger from 'jetpack-e2e-commons/logger.js'; 5 | > 6 | test.beforeEach( async ( { page } ) => { | ^ 7 | await prerequisitesBuilder( page ) 8 | .withCleanEnv() 9 | .withActivePlugins( [ 'social' ] ) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/admin-page.test.js:6:6
specs/admin-page.test.js:14:1 › Jetpack Social admin page: tools/e2e-commons/pages/page-actions.js#L136
1) specs/admin-page.test.js:14:1 › Jetpack Social admin page ───────────────────────────────────── Error: page.waitForLoadState: Test timeout of 300000ms exceeded. at ../../../../../tools/e2e-commons/pages/page-actions.js:136 134 | async waitForLoadState( state, timeout ) { 135 | logger.action( `Waiting for '${ state }' load state [timeout: ${ timeout } ms]` ); > 136 | await this.page.waitForLoadState( state, timeout ); | ^ 137 | } 138 | 139 | /** at WPLoginPage.waitForLoadState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:136:19) at WPLoginPage.waitForDomContentLoaded (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:123:14) at WPLoginPage.login (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/login.js:24:14) at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:25:2) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:173:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:85:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:63:4) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/admin-page.test.js:7:2
specs/connection.test.js:15:1 › Jetpack Social connection: tools/e2e-commons/pages/page-actions.js#L314
2) specs/connection.test.js:15:1 › Jetpack Social connection ───────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 20000ms exceeded. Call log: - waiting for locator('#loginform') to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:314 312 | `Waiting for element '${ selector }' to be ${ state } [timeout: ${ timeout } ms]` 313 | ); > 314 | return await this.page.waitForSelector( selector, { state, timeout } ); | ^ 315 | } 316 | 317 | /** at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:314:26) at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:264:21) at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:63:16) at Function.init (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:18:3) at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:25:10) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:173:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:85:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:63:4) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/connection.test.js:7:2
specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar: tools/e2e-commons/pages/page-actions.js#L314
3) specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ──────────────────────────────────── TimeoutError: page.waitForSelector: Timeout 20000ms exceeded. Call log: - waiting for locator('#loginform') to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:314 312 | `Waiting for element '${ selector }' to be ${ state } [timeout: ${ timeout } ms]` 313 | ); > 314 | return await this.page.waitForSelector( selector, { state, timeout } ); | ^ 315 | } 316 | 317 | /** at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:314:26) at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:264:21) at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:63:16) at Function.init (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:18:3) at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:25:10) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:173:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:85:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:63:4) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:8:2
Social e2e tests
Process completed with exit code 1.
🎭 Playwright Run Summary
1 passed (40.7s)
🎭 Playwright Run Summary
2 passed (44.3s)
🎭 Playwright Run Summary
4 passed (56.6s)
🎭 Playwright Run Summary
1 passed (42.2s)
🎭 Playwright Run Summary
8 passed (1.7m)
🎭 Playwright Run Summary
3 passed (1.6m)
🎭 Playwright Run Summary
6 passed (2.0m)
🎭 Playwright Run Summary
5 passed (1.5m)
🎭 Playwright Run Summary
13 passed (2.1m)
🎭 Playwright Run Summary
2 passed (2.3m)
🎭 Playwright Run Summary
6 passed (2.2m)
🎭 Playwright Run Summary
2 passed (3.9m)
🎭 Playwright Run Summary
1 flaky specs/page-cache/page-cache.test.js:88:2 › Cache module › Page Cache meta information should show on the admin when the module is active 4 passed (4.8m)
🎭 Playwright Run Summary
3 failed specs/admin-page.test.js:14:1 › Jetpack Social admin page ────────────────────────────────────── specs/connection.test.js:15:1 › Jetpack Social connection ────────────────────────────────────── specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────────────────────

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base Expired
15 KB
test-output-Jetpack Boost - Critical CSS Expired
16.3 KB
test-output-Jetpack Boost - Image CDN Expired
9.68 KB
test-output-Jetpack Boost - Image Guide Expired
11.2 KB
test-output-Jetpack Boost - Modules Expired
23.1 KB
test-output-Jetpack Boost - Page Cache Expired
1.07 MB
test-output-Jetpack connection Expired
12.8 KB
test-output-Jetpack post-connection Expired
17.2 KB
test-output-Jetpack pre-connection Expired
7.06 KB
test-output-Jetpack sync Expired
13.1 KB
test-output-Search Expired
24.6 KB
test-output-Social Expired
10.9 MB
test-output-VideoPress Expired
6.93 KB