Playwright is testing code examples 🚀 #231
code-examples.yml
on: schedule
run-code_examples-tests
3m 31s
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: 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 strapi-cms ──────────────────────────
12 passed (2.7m)
|