Fix Laggy Map Dragging on Mobile with Dark Mode Enabled #41
Annotations
4 errors, 2 warnings, and 1 notice
[chromium] › dashboard/boundary-settings.spec.ts:17:5 › should hide the province boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L1
1) [chromium] › dashboard/boundary-settings.spec.ts:17:5 › should hide the province boundary when disabled
Test timeout of 30000ms exceeded.
|
[chromium] › dashboard/boundary-settings.spec.ts:17:5 › should hide the province boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L20
1) [chromium] › dashboard/boundary-settings.spec.ts:17:5 › should hide the province boundary when disabled
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'jakarta' })
18 | // Select a province
19 | await page.getByRole('button', { name: 'Province' }).click()
> 20 | await page.getByRole('option', { name: 'jakarta' }).click()
| ^
21 | await expect(page.getByRole('main').locator('g path')).toBeVisible({
22 | timeout: 10_000,
23 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/boundary-settings.spec.ts:20:55
|
[chromium] › dashboard/boundary-settings.spec.ts:33:5 › should hide the regency boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L1
2) [chromium] › dashboard/boundary-settings.spec.ts:33:5 › should hide the regency boundary when disabled
Test timeout of 30000ms exceeded.
|
[chromium] › dashboard/boundary-settings.spec.ts:33:5 › should hide the regency boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L36
2) [chromium] › dashboard/boundary-settings.spec.ts:33:5 › should hide the regency boundary when disabled
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
34 | // Select a regency
35 | await page.getByRole('button', { name: 'Regency' }).click()
> 36 | await page.getByRole('option').first().click()
| ^
37 | await expect(page.getByRole('main').locator('g path')).toBeVisible({
38 | timeout: 10_000,
39 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/boundary-settings.spec.ts:36:42
|
Slow Test:
[chromium] › dashboard/area-selector.spec.ts#L1
[chromium] › dashboard/area-selector.spec.ts took 22.8s
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
2 flaky
[chromium] › dashboard/boundary-settings.spec.ts:17:5 › should hide the province boundary when disabled
[chromium] › dashboard/boundary-settings.spec.ts:33:5 › should hide the regency boundary when disabled
19 passed (1.8m)
|