run through migration just in case #1371
Annotations
3 errors, 1 warning, and 1 notice
|
playwright
Process completed with exit code 1.
|
|
[chrome] › tests/embeds.spec.js:118:5 › csp blocking in place:
tests/embeds.spec.js#L128
1) [chrome] › tests/embeds.spec.js:118:5 › csp blocking in place ─────────────────────────────────
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('replay-web-page').locator('iframe').contentFrame().locator('replay-app-main wr-item wr-coll-replay').locator('iframe').contentFrame().locator(':root')
126 | .locator(":root");
127 |
> 128 | const didNotFetch = await frame.evaluate(async () => {
| ^
129 | const blocked = async (win, url) => {
130 | try {
131 | const resp = await win.fetch(url);
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:128:35
|
|
[chrome] › tests/embeds.spec.js:118:5 › csp blocking in place:
tests/embeds.spec.js#L0
1) [chrome] › tests/embeds.spec.js:118:5 › csp blocking in place ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
playwright
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-python@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
[chrome] › tests/embeds.spec.js:118:5 › csp blocking in place ──────────────────────────────────
23 passed (1.1m)
|