Playwright is testing code examples 🚀 #175
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
code-examples.yml
on: schedule
run-code_examples-tests
4m 22s
Annotations
2 errors and 1 notice
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify strapi-cms:
apps/e2e-tests/tests/checkCodeExamples.spec.ts#L1
1) [chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify strapi-cms ─────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify strapi-cms:
apps/e2e-tests/tests/checkCodeExamples.spec.ts#L20
1) [chromium] › tests/checkCodeExamples.spec.ts:14:9 › Verify strapi-cms ─────────────────────────
Error: page.waitForLoadState: Navigation failed because page was closed!
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 strapi-cms ──────────────────────────
11 passed (3.1m)
|