Playwright is testing code examples 🚀 #266
code-examples.yml
on: schedule
run-code_examples-tests
3m 23s
Annotations
2 errors, 1 warning, 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
|
run-code_examples-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify modal-teleport ──────────────────────
12 passed (2.5m)
|