Playwright #30
playwright.yml
on: workflow_dispatch
E2E (Playwright)
9m 26s
Annotations
2 errors and 1 notice
|
[webkit] › playwright/rendering-modes.spec.ts:193:1 › persists layout and theme across reload:
playwright/helpers/app-test-helpers.ts#L34
1) [webkit] › playwright/rendering-modes.spec.ts:193:1 › persists layout and theme across reload ─
Error: page.goto: Test timeout of 120000ms exceeded.
Call log:
- navigating to "http://127.0.0.1:8081/index.html", waiting until "load"
at helpers/app-test-helpers.ts:34
32 |
33 | export const waitForAppReady = async (page: Page, path = appEntryPath) => {
> 34 | await page.goto(path)
| ^
35 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
36 | await expect(page.locator('#cdn-loading')).toHaveAttribute('hidden', '')
37 | await expect
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:34:14)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:43:9)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:202:9
|
|
[webkit] › playwright/rendering-modes.spec.ts:193:1 › persists layout and theme across reload:
playwright/rendering-modes.spec.ts#L0
1) [webkit] › playwright/rendering-modes.spec.ts:193:1 › persists layout and theme across reload ─
Test timeout of 120000ms exceeded.
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:193:1 › persists layout and theme across reload ──
105 passed (8.2m)
|