deps: bump to wabac.js 2.27.1 #1385
Annotations
3 errors, 1 warning, and 1 notice
|
playwright
Process completed with exit code 1.
|
|
[chrome] › tests/embeds.spec.js:3:5 › same-domain embed is loading:
tests/embeds.spec.js#L22
1) [chrome] › tests/embeds.spec.js:3:5 › same-domain embed is loading ────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('replay-web-page').locator('iframe').contentFrame().locator('replay-app-main wr-item wr-coll-replay').locator('iframe').contentFrame().locator('iframe#twitter-widget-0').contentFrame().locator('body')
Expected substring: "Want to help"
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 30000ms
- waiting for locator('replay-web-page').locator('iframe').contentFrame().locator('replay-app-main wr-item wr-coll-replay').locator('iframe').contentFrame().locator('iframe#twitter-widget-0').contentFrame().locator('body')
20 | .locator("body");
21 |
> 22 | await expect(res).toContainText("Want to help");
| ^
23 | });
24 |
25 | test("docs page embed is loading", async ({ page }) => {
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:22:21
|
|
[chrome] › tests/embeds.spec.js:3:5 › same-domain embed is loading:
tests/embeds.spec.js#L0
1) [chrome] › tests/embeds.spec.js:3:5 › same-domain embed is loading ────────────────────────────
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:3:5 › same-domain embed is loading ─────────────────────────────
23 passed (1.1m)
|