Skip to content

e2e tests at push on Automattic/jetpack-production weekly/branch-2024-08-05 branch #86378

e2e tests at push on Automattic/jetpack-production weekly/branch-2024-08-05 branch

e2e tests at push on Automattic/jetpack-production weekly/branch-2024-08-05 branch #86378

Triggered via repository dispatch August 5, 2024 18:05
@matticbotmatticbot
e2e tests at push on Automattic/jetpack-production weekly/branch-2024-08-05 branch 496e1af
Status Failure
Total duration 9m 57s
Artifacts 4

e2e-tests.yml

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

Annotations

6 errors and 4 notices
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L165
1) 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 163 | } 164 | ) > 165 | .toBeTruthy(); | ^ 166 | } 167 | } ); 168 | at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:165:5) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:37:10 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:36:14
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow: tools/e2e-commons/pages/page-actions.js#L187
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ──────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.click: Timeout 20000ms exceeded. Call log: - waiting for locator('.editor-post-publish-panel__toggle') - locator resolved to <button type="button" aria-disabled="false" aria-expanded="false" class="components-button editor-post-publish-panel__toggle editor-post-publish-button__button is-primary is-compact">Publish</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="components-modal__screen-overlay">…</div> intercepts pointer events - retrying click action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling
specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L94
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow › Assert post is not synced ────────── Error: Previously created post should NOT be present in the synced posts expect(received).toContainEqual(expected) // deep equality Expected value: ObjectNotContaining {"title": "Disabled Sync 1722881454203"} Received array: [] 92 | wpcomPosts.posts, 93 | 'Previously created post should NOT be present in the synced posts' > 94 | ).toContainEqual( | ^ 95 | expect.not.objectContaining( { 96 | title: postTitle, 97 | } ) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:94:6 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:86:3
specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L94
2) specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow › Assert post is not synced ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Previously created post should NOT be present in the synced posts expect(received).toContainEqual(expected) // deep equality Expected value: ObjectNotContaining {"title": "Disabled Sync 1722881486446"} Received array: [] 92 | wpcomPosts.posts, 93 | 'Previously created post should NOT be present in the synced posts' > 94 | ).toContainEqual( | ^ 95 | expect.not.objectContaining( { 96 | title: postTitle, 97 | } ) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:94:6 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:86:3
specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow: projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L165
3) specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow › Assert post is synced ──────────── Error: Sync queue should be empty [after post publish] expect(received).toBeTruthy() Received: false Call Log: - Timeout 30000ms exceeded while waiting on the predicate 163 | } 164 | ) > 165 | .toBeTruthy(); | ^ 166 | } 167 | } ); 168 | at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:165:5) at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:115:10 at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:114:14
Jetpack sync e2e tests
Process completed with exit code 1.
🎭 Playwright Run Summary
1 passed (38.9s)
🎭 Playwright Run Summary
2 passed (2.2m)
🎭 Playwright Run Summary
2 passed (2.5m)
🎭 Playwright Run Summary
2 failed specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ───────────────────────────────────────── specs/sync/sync.test.js:74:2 › Sync › Disabled Sync Flow ─────────────────────────────────────── 1 flaky specs/sync/sync.test.js:102:2 › Sync › Dedicated Sync Flow ─────────────────────────────────────

Artifacts

Produced during runtime
Name Size
test-output-Jetpack connection Expired
12.2 KB
test-output-Jetpack post-connection Expired
15.3 KB
test-output-Jetpack pre-connection Expired
7.03 KB
test-output-Jetpack sync Expired
5.94 MB