2.0.0 beta #25
Annotations
4 errors, 2 warnings, and 1 notice
tests/embeds.spec.js:5:5 › same-domain embed is loading:
tests/embeds.spec.js#L10
1) tests/embeds.spec.js:5:5 › same-domain embed is loading ───────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "Want to help"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('replay-web-page').frameLocator('iframe').locator('replay-app-main wr-coll wr-coll-replay').frameLocator('iframe').frameLocator('iframe#twitter-widget-0').locator('body')
8 | const res = page.locator("replay-web-page").frameLocator("iframe").locator("replay-app-main wr-coll wr-coll-replay").frameLocator("iframe").frameLocator("iframe#twitter-widget-0").locator("body");
9 |
> 10 | await expect(res).toContainText("Want to help");
| ^
11 | });
12 |
13 |
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:10:21
|
tests/embeds.spec.js:14:5 › cross-domain embed is loading:
tests/embeds.spec.js#L19
2) tests/embeds.spec.js:14:5 › cross-domain embed is loading ─────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "Want to help"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('replay-web-page').frameLocator('iframe').locator('replay-app-main wr-coll wr-coll-replay').frameLocator('iframe').frameLocator('iframe#twitter-widget-0').locator('body')
17 | const res = page.locator("replay-web-page").frameLocator("iframe").locator("replay-app-main wr-coll wr-coll-replay").frameLocator("iframe").frameLocator("iframe#twitter-widget-0").locator("body");
18 |
> 19 | await expect(res).toContainText("Want to help");
| ^
20 | });
21 |
22 |
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:19:21
|
tests/embeds.spec.js:23:5 › sandbox + cross-domain embed is loading:
tests/embeds.spec.js#L31
3) tests/embeds.spec.js:23:5 › sandbox + cross-domain embed is loading ───────────────────────────
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "Want to help"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('iframe').locator('replay-web-page').frameLocator('iframe').locator('replay-app-main wr-coll wr-coll-replay').frameLocator('iframe').frameLocator('iframe#twitter-widget-0').locator('body')
29 | const res = page.frameLocator("iframe").locator("replay-web-page").frameLocator("iframe").locator("replay-app-main wr-coll wr-coll-replay").frameLocator("iframe").frameLocator("iframe#twitter-widget-0").locator("body");
30 |
> 31 | await expect(res).toContainText("Want to help");
| ^
32 | });
33 |
34 |
at /home/runner/work/replayweb.page/replayweb.page/tests/embeds.spec.js:31:21
|
playwright
Process completed with exit code 1.
|
playwright
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
tests/embeds.spec.js#L1
tests/embeds.spec.js took 15.8s
|
🎭 Playwright Run Summary
3 failed
tests/embeds.spec.js:5:5 › same-domain embed is loading ────────────────────────────────────────
tests/embeds.spec.js:14:5 › cross-domain embed is loading ──────────────────────────────────────
tests/embeds.spec.js:23:5 › sandbox + cross-domain embed is loading ────────────────────────────
1 passed (21.5s)
|