chore: update dependencies and switch to pnpm for package management โฆ #37
Annotations
5 errors, 1 warning, and 1 notice
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L6
1) [chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
Error: expect(received).toBeOK()
Call log:
- โ GET https://idn-area.up.railway.app/
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.31 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- โ 429 Too Many Requests
- access-control-allow-origin: *
- content-length: 68
- content-type: application/json; charset=utf-8
- date: Tue, 12 Nov 2024 09:35:59 GMT
- retry-after: 60
- server: railway-edge
- x-railway-request-id: VeNZaYPZQDu9Q69Hyh5zwg_603524580
Response text:
{"statusCode":429,"message":"ThrottlerException: Too Many Requests"}
4 | test.beforeEach(async ({ page }) => {
5 | const res = await page.request.get(config.dataSource.area.url)
> 6 | await expect(res).toBeOK()
| ^
7 |
8 | await page.goto('/')
9 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:6:21
|
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L1
1) [chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
Retry #1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Test timeout of 30000ms exceeded.
|
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L143
1) [chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
Retry #1 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Error: locator.getAttribute: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option').first()
141 |
142 | const districtCode = (
> 143 | await page.getByRole('option').first().getAttribute('data-value')
| ^
144 | )?.split('_')[0]
145 | await page.getByRole('option').first().click()
146 |
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:143:44
|
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district:
app/__tests__/dashboard/area-selector.spec.ts#L6
1) [chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
Retry #2 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Error: expect(received).toBeOK()
Call log:
- โ GET https://idn-area.up.railway.app/
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.31 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- โ 429 Too Many Requests
- access-control-allow-origin: *
- content-length: 68
- content-type: application/json; charset=utf-8
- date: Tue, 12 Nov 2024 09:36:31 GMT
- retry-after: 29
- server: railway-edge
- x-railway-request-id: szYO8CNMTs-uy3nbco8RIA_603524580
Response text:
{"statusCode":429,"message":"ThrottlerException: Too Many Requests"}
4 | test.beforeEach(async ({ page }) => {
5 | const res = await page.request.get(config.dataSource.area.url)
> 6 | await expect(res).toBeOK()
| ^
7 |
8 | await page.goto('/')
9 | })
at /home/runner/work/idn-area-map/idn-area-map/app/__tests__/dashboard/area-selector.spec.ts:6:21
|
e2e
Process completed with exit code 1.
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
๐ญ Playwright Run Summary
1 failed
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
20 passed (58.3s)
|