chore: update dependencies and switch to pnpm for package management #36
Annotations
1 error, 2 warnings, 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:30:44 GMT
- retry-after: 60
- server: railway-edge
- x-railway-request-id: gy8F7qdwQUKU7LNmqL7iUQ_1861343781
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
|
Slow Test:
[chromium] โบ dashboard/boundary-settings.spec.ts#L1
[chromium] โบ dashboard/boundary-settings.spec.ts took 18.8s
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
๐ญ Playwright Run Summary
1 flaky
[chromium] โบ dashboard/area-selector.spec.ts:139:5 โบ should load all villages of the selected district
20 passed (37.5s)
|