Boost: Make sure source provider URLs are unique #95963
Annotations
3 errors, 1 warning, and 1 notice
Run Jetpack Boost - Modules tests:
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
|
Run Jetpack Boost - Modules tests:
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Run Jetpack Boost - Modules tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Jetpack Boost - Modules tests
1 failed
specs/modules/speed-score.test.js:33:2 › Speed Score feature › The Speed Scores should be able to refresh
12 passed (2.2m)
|
Loading