WIP: Fix jetpack ai unlimited tier props #92029
e2e-tests.yml
on: pull_request
Annotations
1 error and 3 notices
specs/post-connection/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request:
projects/plugins/jetpack/tests/e2e/specs/post-connection/waf-blocking.test.js#L32
1) 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
|
🎭 Playwright Run Summary
1 passed (46.8s)
|
🎭 Playwright Run Summary
2 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
specs/post-connection/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request ────────
1 passed (4.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack connection
Expired
|
11.9 KB |
|
test-output-Jetpack post-connection
Expired
|
3.02 MB |
|
test-output-Jetpack pre-connection
Expired
|
7.16 KB |
|