Skip to content

MU WPCOM: dashboard: add launchpad #97370

MU WPCOM: dashboard: add launchpad

MU WPCOM: dashboard: add launchpad #97370

Triggered via pull request January 16, 2025 20:49
Status Failure
Total duration 17m 39s
Artifacts 15

e2e-tests.yml

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

Annotations

6 errors, 24 warnings, and 15 notices
[chromium] › specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) [chromium] › specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ─────────────────────────── Error: Sync queue should be empty [before] expect(received).toBeTruthy() Received: false Call Log: - Timeout 30000ms exceeded while waiting on the predicate 153 | */ 154 | async function assertSyncQueueIsEmpty( message = 'Sync queue should be empty', timeout = 30000 ) { > 155 | await expect | ^ 156 | .poll( 157 | async () => { 158 | return await isSyncQueueEmpty(); at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:155:3) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:37:4 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:36:3
[chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar: projects/plugins/social/tests/e2e/specs/social-sidebar.test.js#L7
1) [chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────── Test timeout of 300000ms exceeded while running "beforeEach" hook. 5 | import { connect } from '../flows/index.js'; 6 | > 7 | test.beforeEach( async ( { page } ) => { | ^ 8 | await prerequisitesBuilder( page ) 9 | .withCleanEnv() 10 | .withActivePlugins( [ 'social' ] ) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:7:6
[chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar: tools/e2e-commons/pages/page-actions.js#L43
1) [chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────── Error: page.goto: Target page, context or browser has been closed at ../../../../../tools/e2e-commons/pages/page-actions.js:43 41 | } catch ( e ) { 42 | logger.error( `Error navigating to ${ url } (1). Retrying once.\n${ e }` ); > 43 | response = await this.page.goto( url, options ); | ^ 44 | } 45 | 46 | return response; at DashboardPage.goto (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:43:31) at Function.visit (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:31:3) at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:18:2) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:210:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68:4) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:8:2
[chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar: tools/e2e-commons/pages/page-actions.js#L320
1) [chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('#loginform').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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:31:10) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:210:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68:4) at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:8:2
[chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar: tools/e2e-commons/pages/page-actions.js#L320
1) [chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ─────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('#loginform').first() to be visible at ../../../../../tools/e2e-commons/pages/page-actions.js:320 318 | ); 319 | const element = this.page.locator( selector ).first(); > 320 | await element.waitFor( { state, timeout } ); | ^ 321 | return element; 322 | } 323 | at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67: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:31:10) at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:210:2) at buildPrerequisites (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:99:5) at Object.build (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:68: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.
Determine tests matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-videopress
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-boost
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-social
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E: Build jetpack-search
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
VideoPress e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Image Guide e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack post editor e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Image CDN e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack pre-connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Page Cache e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Concatenate JS and CSS e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Base e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Critical CSS e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack Boost - Modules e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Search e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack post-connection e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Jetpack sync e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Social e2e tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slack notification
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
1 passed (39.7s)
🎭 Playwright Run Summary
2 passed (46.1s)
🎭 Playwright Run Summary
1 passed (1.1m)
🎭 Playwright Run Summary
4 passed (55.5s)
🎭 Playwright Run Summary
1 passed (52.0s)
🎭 Playwright Run Summary
5 passed (1.4m)
🎭 Playwright Run Summary
5 passed (1.4m)
🎭 Playwright Run Summary
6 passed (1.8m)
🎭 Playwright Run Summary
8 passed (1.9m)
🎭 Playwright Run Summary
13 passed (1.9m)
🎭 Playwright Run Summary
6 passed (2.1m)
🎭 Playwright Run Summary
2 passed (2.2m)
🎭 Playwright Run Summary
2 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────── 2 passed (2.6m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar ──────────────────────── 2 passed (8.6m)

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base
20.7 KB
test-output-Jetpack Boost - Concatenate JS and CSS
11.3 KB
test-output-Jetpack Boost - Critical CSS
15.3 KB
test-output-Jetpack Boost - Image CDN
9.72 KB
test-output-Jetpack Boost - Image Guide
7.55 KB
test-output-Jetpack Boost - Modules
24.6 KB
test-output-Jetpack Boost - Page Cache
12.7 KB
test-output-Jetpack connection
14.5 KB
test-output-Jetpack post editor
11.1 KB
test-output-Jetpack post-connection
16.2 KB
test-output-Jetpack pre-connection
7.5 KB
test-output-Jetpack sync
18.5 KB
test-output-Search
24.6 KB
test-output-Social
1.59 MB
test-output-VideoPress
6.95 KB