Skip to content

Boost: Add notice when updating a page from the foundation pages list #91848

Boost: Add notice when updating a page from the foundation pages list

Boost: Add notice when updating a page from the foundation pages list #91848

Triggered via pull request October 23, 2024 12:42
Status Failure
Total duration 13m 14s
Artifacts 6

e2e-tests.yml

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

Annotations

7 errors and 6 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.
Jetpack Boost - Concatenate JS/CSS e2e tests
TimeoutError: locator.waitFor: Timeout 20000ms exceeded. Call log: - waiting for locator('[data-testid="speed-scores"]').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 JetpackBoostPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17) at JetpackBoostPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21) at JetpackBoostPage.chooseFreePlan (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/JetpackBoostPage.js:21:14) at connect (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:169:2) at ensureConnectedState (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:158:3) at buildPrerequisites (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:82:5) at Object.build (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:59:4) at default (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/setupTests.js:9:2)
Jetpack Boost - Concatenate JS/CSS e2e tests
Process completed with exit code 1.
specs/modules/speed-score.test.js:33:2 › Speed Score feature › The Speed Scores should be able to refresh: projects/plugins/boost/tests/e2e/specs/modules/speed-score.test.js#L39
1) specs/modules/speed-score.test.js:33:2 › Speed Score feature › The Speed Scores should be able to refresh Error: Score should be displayed expect(received).toBeTruthy() Received: null 37 | expect( await jetpackBoostPage.isScoreLoading(), 'Score should be loading' ).toBeTruthy(); 38 | await jetpackBoostPage.waitForScoreLoadingToFinish(); > 39 | expect( await jetpackBoostPage.isScoreVisible(), 'Score should be displayed' ).toBeTruthy(); | ^ 40 | } ); 41 | 42 | test( 'Should be able to click info icon next to overall score and see the detailed overall score description popin', async () => { at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/modules/speed-score.test.js:39:82
specs/critical-css/critical-css.test.js:70:2 › Critical CSS module › Critical CSS should be available on the frontend when the module is active: projects/plugins/boost/tests/e2e/specs/critical-css/critical-css.test.js#L72
1) specs/critical-css/critical-css.test.js:70:2 › Critical CSS module › Critical CSS should be available on the frontend when the module is active TimeoutError: locator.innerText: Timeout 20000ms exceeded. Call log: - waiting for locator('#jetpack-boost-critical-css') 70 | test( 'Critical CSS should be available on the frontend when the module is active', async () => { 71 | await PostFrontendPage.visit( page ); > 72 | const criticalCss = await page.locator( '#jetpack-boost-critical-css' ).innerText(); | ^ 73 | expect( criticalCss.length, 'Critical CSS should be displayed' ).toBeGreaterThan( 100 ); 74 | } ); 75 | at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/critical-css/critical-css.test.js:72:75
specs/critical-css/critical-css.test.js:70:2 › Critical CSS module › Critical CSS should be available on the frontend when the module is active: projects/plugins/boost/tests/e2e/specs/critical-css/critical-css.test.js#L72
1) specs/critical-css/critical-css.test.js:70:2 › Critical CSS module › Critical CSS should be available on the frontend when the module is active Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.innerText: Timeout 20000ms exceeded. Call log: - waiting for locator('#jetpack-boost-critical-css') 70 | test( 'Critical CSS should be available on the frontend when the module is active', async () => { 71 | await PostFrontendPage.visit( page ); > 72 | const criticalCss = await page.locator( '#jetpack-boost-critical-css' ).innerText(); | ^ 73 | expect( criticalCss.length, 'Critical CSS should be displayed' ).toBeGreaterThan( 100 ); 74 | } ); 75 | at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/critical-css/critical-css.test.js:72:75
Jetpack Boost - Critical CSS e2e tests
Process completed with exit code 1.
🎭 Playwright Run Summary
2 passed (46.1s)
🎭 Playwright Run Summary
4 passed (56.1s)
🎭 Playwright Run Summary
5 passed (1.3m)
🎭 Playwright Run Summary
1 flaky specs/modules/speed-score.test.js:33:2 › Speed Score feature › The Speed Scores should be able to refresh 12 passed (2.2m)
🎭 Playwright Run Summary
1 failed specs/critical-css/critical-css.test.js:70:2 › Critical CSS module › Critical CSS should be available on the frontend when the module is active 7 passed (2.4m)
🎭 Playwright Run Summary
6 passed (1.8m)

Artifacts

Produced during runtime
Name Size
test-output-Jetpack Boost - Base
15 KB
test-output-Jetpack Boost - Critical CSS
4.54 MB
test-output-Jetpack Boost - Image CDN
9.55 KB
test-output-Jetpack Boost - Image Guide
7.49 KB
test-output-Jetpack Boost - Modules
2.4 MB
test-output-Jetpack Boost - Page Cache
12.5 KB