e2e tests at push on Automattic/jetpack-production trunk branch #89548
e2e-tests.yml
on: repository_dispatch
Annotations
1 error and 4 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 (41.6s)
|
🎭 Playwright Run Summary
3 passed (1.5m)
|
🎭 Playwright Run Summary
2 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
specs/post-connection/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request ────────
1 passed (3.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack connection
Expired
|
12.1 KB |
|
test-output-Jetpack post-connection
Expired
|
2.99 MB |
|
test-output-Jetpack pre-connection
Expired
|
6.8 KB |
|
test-output-Jetpack sync
Expired
|
13.4 KB |
|