Skip to content

added commit

added commit #1381

Triggered via push August 11, 2026 19:12
Status Failure
Total duration 3m 36s
Artifacts

integration.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 1 warning, and 1 notice
playwright
Process completed with exit code 1.
[chrome] › tests/embeds.spec.js:87:5 › sandbox + cross-domain embed is loading: tests/embeds.spec.js#L104
2) [chrome] › tests/embeds.spec.js:87:5 › sandbox + cross-domain embed is loading ──────────────── Error: expect(locator).toContainText(expected) failed Locator: locator('iframe').contentFrame().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('iframe').contentFrame().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') 102 | .locator("body"); 103 | > 104 | await expect(res).toContainText("Want to help"); | ^ 105 | }); 106 | 107 | test("require subdomain iframe", async ({ page }) => { at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:104:21
[chrome] › tests/embeds.spec.js:87:5 › sandbox + cross-domain embed is loading: tests/embeds.spec.js#L0
2) [chrome] › tests/embeds.spec.js:87:5 › sandbox + cross-domain embed is loading ──────────────── Test timeout of 30000ms exceeded.
[chrome] › tests/embeds.spec.js:53:5 › same-domain iframe embed is loading: tests/embeds.spec.js#L63
1) [chrome] › tests/embeds.spec.js:53:5 › same-domain iframe 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('body') Expected substring: "Outside iframe" 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('body') 61 | .locator("body"); 62 | > 63 | await expect(res).toContainText("Outside iframe"); | ^ 64 | 65 | const inside = res.frameLocator("iframe").locator("body"); 66 | at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:63:21
[chrome] › tests/embeds.spec.js:53:5 › same-domain iframe embed is loading: tests/embeds.spec.js#L0
1) [chrome] › tests/embeds.spec.js:53:5 › same-domain iframe 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
2 failed [chrome] › tests/embeds.spec.js:53:5 › same-domain iframe embed is loading ───────────────────── [chrome] › tests/embeds.spec.js:87:5 › sandbox + cross-domain embed is loading ───────────────── 22 passed (1.5m)