Update Eslint packages #81975
e2e-tests.yml
on: pull_request
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/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 ────────────────────────────────────────
Error: Sync queue should be empty [before]
expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
153 | }
154 | )
> 155 | .toBeTruthy();
| ^
156 | }
157 | } );
158 |
at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:155: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:
projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js#L155
1) specs/sync/sync.test.js:49:2 › Sync › Normal Sync flow ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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 | )
> 155 | .toBeTruthy();
| ^
156 | }
157 | } );
158 |
at assertSyncQueueIsEmpty (/home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:155:5)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:57:10
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/sync/sync.test.js:56:14
|
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 1718222062292"}
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 1718222088270"}
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
|
Jetpack sync e2e tests
Process completed with exit code 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:
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
|
🎭 Playwright Run Summary
1 passed (36.7s)
|
🎭 Playwright Run Summary
1 passed (43.6s)
|
🎭 Playwright Run Summary
2 passed (44.7s)
|
🎭 Playwright Run Summary
5 passed (1.2m)
|
🎭 Playwright Run Summary
4 passed (1.2m)
|
🎭 Playwright Run Summary
8 passed (1.7m)
|
🎭 Playwright Run Summary
13 passed (2.1m)
|
🎭 Playwright Run Summary
2 passed (2.3m)
|
🎭 Playwright Run Summary
2 passed (2.8m)
|
🎭 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 passed (3.3m)
|
🎭 Playwright Run Summary
6 passed (2.7m)
|
🎭 Playwright Run Summary
6 passed (3.3m)
|
🎭 Playwright Run Summary
3 passed (3.7m)
|
🎭 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 (5.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack Boost - Base
Expired
|
14.9 KB |
|
test-output-Jetpack Boost - Critical CSS
Expired
|
16.3 KB |
|
test-output-Jetpack Boost - Image CDN
Expired
|
9.67 KB |
|
test-output-Jetpack Boost - Image Guide
Expired
|
11.1 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.1 KB |
|
test-output-Jetpack pre-connection
Expired
|
7.02 KB |
|
test-output-Jetpack sync
Expired
|
1.97 MB |
|
test-output-Search
Expired
|
24.6 KB |
|
test-output-Social
Expired
|
14.5 KB |
|
test-output-VideoPress
Expired
|
6.95 KB |
|