My Jetpack: Adding new modal interstitial #97645
Annotations
1 error, 1 warning, and 1 notice
Run Jetpack post-connection tests:
projects/plugins/jetpack/tests/e2e/specs/post-connection/waf-blocking.test.js#L32
1) [chromium] › specs/post-connection/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request › Block it
Error: expect(received).toStrictEqual(expected) // deep equality
Expected: 403
Received: 200
30 |
31 | const response = await blockedPage.goto( `${ resolveSiteUrl() }/?blubb=<script>` );
> 32 | expect( response.status() ).toStrictEqual( 403 );
| ^
33 |
34 | /*
35 | The job of the WAF is to block certain requests, and that is what we are testing here.
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/post-connection/waf-blocking.test.js:32:32
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/post-connection/waf-blocking.test.js:28:3
|
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/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request
1 passed (4.0m)
|
Loading