refactor: pr dependent dropdowns, toast position on mobile. (#31) #27
Annotations
2 errors and 1 notice
|
[webkit] › playwright/app.spec.ts:1282:1 › persists layout and theme across reload:
playwright/app.spec.ts#L33
1) [webkit] › playwright/app.spec.ts:1282: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"
31 |
32 | const waitForAppReady = async (page: Page, path = appEntryPath) => {
> 33 | await page.goto(path)
| ^
34 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
35 | await expect(page.locator('#cdn-loading')).toHaveAttribute('hidden', '')
36 | await expect.poll(() => page.locator('#status').textContent()).not.toBe('Idle')
at waitForAppReady (/home/runner/work/develop/develop/playwright/app.spec.ts:33:14)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/app.spec.ts:40:9)
at /home/runner/work/develop/develop/playwright/app.spec.ts:1291:9
|
|
[webkit] › playwright/app.spec.ts:1282:1 › persists layout and theme across reload:
playwright/app.spec.ts#L0
1) [webkit] › playwright/app.spec.ts:1282:1 › persists layout and theme across reload ────────────
Test timeout of 120000ms exceeded.
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/app.spec.ts:1282:1 › persists layout and theme across reload ─────────────
101 passed (8.0m)
|