feat: tab reordering via drag-n-drop. #70
Annotations
1 error and 1 notice
|
Run Playwright Tests:
playwright/helpers/app-test-helpers.ts#L45
1) [webkit] › playwright/rendering-modes.spec.ts:171:1 › react mode executes default React import without TDZ runtime failure
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:45
43 | await page.goto(path)
44 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 45 | await expect
| ^
46 | .poll(async () => {
47 | const statusText = (
48 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:45:3)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:108:3)
at /home/runner/work/develop/develop/playwright/rendering-modes.spec.ts:174:3
|
|
Run Playwright Tests
1 flaky
[webkit] › playwright/rendering-modes.spec.ts:171:1 › react mode executes default React import without TDZ runtime failure
45 passed (5.5m)
|
Loading