Update VideoPress block connection banner, align with other blocks #90772
e2e-tests.yml
on: pull_request
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 (46.1s)
|
🎭 Playwright Run Summary
1 passed (39.3s)
|
🎭 Playwright Run Summary
2 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
specs/post-connection/waf-blocking.test.js:27:2 › WAF Blocking › Block a simple request ────────
1 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output-Jetpack connection
Expired
|
11.8 KB |
|
test-output-Jetpack post-connection
Expired
|
3 MB |
|
test-output-Jetpack pre-connection
Expired
|
6.96 KB |
|
test-output-VideoPress
Expired
|
6.79 KB |
|