build(deps): bump the npm_and_yarn group across 1 directory with 3 upโฆ #185
Annotations
2 errors, 1 warning, and 1 notice
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:8:5 โบ province selector should load all provinces:
app/__tests__/dashboard/area-selector.spec.ts#L14
1) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:8:5 โบ province selector should load all provinces
Retry #1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('option')
Expected: 38
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('option')
8 ร locator resolved to 0 elements
- unexpected value "0"
12 |
13 | // Ensure that all provinces are displayed
> 14 | await expect(page.getByRole('option')).toHaveCount(38)
| ^
15 | })
16 |
17 | test('regency selector should not load any options initially', async ({
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:14:42
|
|
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:8:5 โบ province selector should load all provinces:
app/__tests__/dashboard/area-selector.spec.ts#L14
1) [chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:8:5 โบ province selector should load all provinces
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('option')
Expected: 38
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for getByRole('option')
8 ร locator resolved to 0 elements
- unexpected value "0"
12 |
13 | // Ensure that all provinces are displayed
> 14 | await expect(page.getByRole('option')).toHaveCount(38)
| ^
15 | })
16 |
17 | test('regency selector should not load any options initially', async ({
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:14:42
|
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
๐ญ Playwright Run Summary
1 flaky
[chromium] โบ app/__tests__/dashboard/area-selector.spec.ts:8:5 โบ province selector should load all provinces
20 passed (52.9s)
|