Skip to content

fix: initialize ComboboxArea with default selected area #136

fix: initialize ComboboxArea with default selected area

fix: initialize ComboboxArea with default selected area #136

Re-run triggered August 25, 2025 14:35
Status Success
Total duration 5m 15s
Artifacts

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

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)