Fix/form radio button missing div #97657
Annotations
1 error, 1 warning, and 1 notice
Run Jetpack post-connection tests:
projects/plugins/jetpack/tests/e2e/specs/post-connection/recommendations.test.js#L127
1) [chromium] › specs/post-connection/recommendations.test.js:18:1 › Recommendations (Jetpack Assistant) › Verify Site Accelerator is disabled
Error: Site Accelerator should be disabled
expect(received).toBeTruthy()
Received: false
125 | const isSiteAcceleratorFeatureEnabled =
126 | await recommendationsPage.isSiteAcceleratorFeatureEnabled();
> 127 | expect( isSiteAcceleratorFeatureEnabled, 'Site Accelerator should be disabled' ).toBeTruthy();
| ^
128 | } );
129 | } );
130 |
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/post-connection/recommendations.test.js:127:84
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/post-connection/recommendations.test.js:124:2
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Jetpack post-connection tests
1 flaky
[chromium] › specs/post-connection/recommendations.test.js:18:1 › Recommendations (Jetpack Assistant)
1 passed (5.4m)
|
Loading