Include boost in Jetpack #91669
Annotations
1 error and 1 notice
projects/plugins/boost/tests/e2e/specs/modules/speed-score.test.js#L37
1) specs/modules/speed-score.test.js:33:2 › Speed Score feature › The Speed Scores should be able to refresh
Error: Score should be loading
expect(received).toBeTruthy()
Received: false
35 | await jetpackBoostPage.clickRefreshSpeedScore();
36 |
> 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 | } );
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/modules/speed-score.test.js:37:80
|
|
This job succeeded
Loading