My Jetpack: Add red bubble & notice when Protect threats detected #96315
Annotations
1 error, 1 warning, and 1 notice
Run Jetpack Boost - Modules tests:
projects/plugins/boost/tests/e2e/specs/modules/score-auto-refresh.test.js#L28
1) specs/modules/score-auto-refresh.test.js:21:3 › Auto refresh of speed scores › Enabling render_blocking_js should refresh scores
Error: Score should be loading
expect(received).toBeTruthy()
Received: null
26 | await new Promise( resolve => setTimeout( resolve, 2100 ) ); // Score refresh starts after 2 seconds delay
27 |
> 28 | expect( await jetpackBoostPage.isScoreLoading(), 'Score should be loading' ).toBeTruthy();
| ^
29 | await jetpackBoostPage.waitForScoreLoadingToFinish();
30 | expect( await jetpackBoostPage.isScoreVisible(), 'Score should be visible' ).toBeTruthy();
31 | } );
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/modules/score-auto-refresh.test.js:28:81
|
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 flaky
specs/modules/score-auto-refresh.test.js:21:3 › Auto refresh of speed scores › Enabling render_blocking_js should refresh scores
12 passed (2.5m)
|
Loading