Playwright is testing code examples 🚀 #236
code-examples.yml
on: schedule
run-code_examples-tests
5m 0s
Annotations
2 errors and 1 notice
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport:
apps/e2e-tests/tests/checkCodeExamples.spec.ts#L1
1) [chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport ─────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport:
apps/e2e-tests/tests/checkCodeExamples.spec.ts#L20
1) [chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport ─────────────────────
Error: page.waitForLoadState: Test timeout of 90000ms exceeded.
18 | await page.waitForLoadState("domcontentloaded");
19 | await page.locator("button[class^='ClickToLoad-actionBtn']").click();
> 20 | await page.waitForLoadState("networkidle");
| ^
21 |
22 | const consoleLogs = [];
23 | page.on("console", (msg) => {
at /home/runner/work/frontends/frontends/apps/e2e-tests/tests/checkCodeExamples.spec.ts:20:18
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport ──────────────────────
12 passed (3.1m)
|