e2e tests at push on Automattic/jetpack-production trunk branch #96108
e2e-tests.yml
on: repository_dispatch
Annotations
1 error, 6 warnings, and 5 notices
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow:
projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) specs/sync/sync.test.js:49:2 › Sync › Normal 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
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:57:4
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:56:3
|
Determine tests matrix
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 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 sync 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
|
🎭 Playwright Run Summary
1 passed (42.2s)
|
🎭 Playwright Run Summary
1 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ─────────────────────────────────────────
2 passed (2.4m)
|
🎭 Playwright Run Summary
2 passed (2.6m)
|
🎭 Playwright Run Summary
2 passed (3.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack connection
|
12.5 KB |
|
test-output-Jetpack post editor
|
9.76 KB |
|
test-output-Jetpack post-connection
|
15.4 KB |
|
test-output-Jetpack pre-connection
|
6.98 KB |
|
test-output-Jetpack sync
|
933 KB |
|