fix: initialize ComboboxArea with default selected area
#136
Annotations
10 errors, 1 warning, and 1 notice
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L67
4) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled
Retry #1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
65 | // Select a village
66 | await page.getByRole('button', { name: 'Village' }).click()
> 67 | await page.getByRole('option').first().click()
| ^
68 | await expect(page.getByRole('main').locator('g path')).toBeVisible({
69 | timeout: 10_000,
70 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/boundary-settings.spec.ts:67:42
|
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L0
4) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled
Retry #1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Test timeout of 30000ms exceeded.
|
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L67
4) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
65 | // Select a village
66 | await page.getByRole('button', { name: 'Village' }).click()
> 67 | await page.getByRole('option').first().click()
| ^
68 | await expect(page.getByRole('main').locator('g path')).toBeVisible({
69 | timeout: 10_000,
70 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/boundary-settings.spec.ts:67:42
|
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L0
4) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled
Test timeout of 30000ms exceeded.
|
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:16:5 โบ should hide the province boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L19
3) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:16:5 โบ should hide the province boundary when disabled
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'jakarta' })
17 | // Select a province
18 | await page.getByRole('button', { name: 'Province' }).click()
> 19 | await page.getByRole('option', { name: 'jakarta' }).click()
| ^
20 | await expect(page.getByRole('main').locator('g path')).toBeVisible({
21 | timeout: 10_000,
22 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/boundary-settings.spec.ts:19:55
|
|
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:16:5 โบ should hide the province boundary when disabled:
app/__tests__/dashboard/boundary-settings.spec.ts#L0
3) [chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:16:5 โบ should hide the province boundary when disabled
Test timeout of 30000ms exceeded.
|
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:136:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L140
2) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:136:5 โบ should load all villages of the selected district
Error: locator.getAttribute: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
138 |
139 | const districtCode = (
> 140 | await page.getByRole('option').first().getAttribute('data-value')
| ^
141 | )?.split('_')[0]
142 | await page.getByRole('option').first().click()
143 |
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:140:44
|
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:136:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L0
2) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:136:5 โบ should load all villages of the selected district
Test timeout of 30000ms exceeded.
|
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:114:5 โบ should load all districts of the selected regency:
app/__tests__/dashboard/area-selector.spec.ts#L118
1) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:114:5 โบ should load all districts of the selected regency
Error: locator.getAttribute: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
116 |
117 | const regencyCode = (
> 118 | await page.getByRole('option').first().getAttribute('data-value')
| ^
119 | )?.split('_')[0]
120 | await page.getByRole('option').first().click()
121 |
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:118:44
|
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:114:5 โบ should load all districts of the selected regency:
app/__tests__/dashboard/area-selector.spec.ts#L0
1) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:114:5 โบ should load all districts of the selected regency
Test timeout of 30000ms exceeded.
|
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
๐ญ Playwright Run Summary
4 flaky
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:114:5 โบ should load all districts of the selected regency
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:136:5 โบ should load all villages of the selected district
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:16:5 โบ should hide the province boundary when disabled
[chromium] โบ app/__tests__/dashboard/boundary-settings.spec.ts:64:5 โบ should hide the village boundary when disabled
17 passed (3.4m)
|