build(deps-dev): bump webpack-dev-server from 5.0.4 to 5.2.1 (#442) #1011
Annotations
2 errors and 1 notice
playwright
Process completed with exit code 1.
|
[firefox] › tests/embeds.spec.js:116:5 › csp blocking in place:
tests/embeds.spec.js#L175
1) [firefox] › tests/embeds.spec.js:116:5 › csp blocking in place ────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 5
Received: 4
173 |
174 | case "firefox":
> 175 | expect(didNotFetch).toBe(5);
| ^
176 | break;
177 |
178 | case "webkit":
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:175:27
|
🎭 Playwright Run Summary
1 failed
[firefox] › tests/embeds.spec.js:116:5 › csp blocking in place ─────────────────────────────────
23 passed (1.2m)
|