nxtgauge-frontend-solid/playwright-reports/html/data/edf29051f2ade785c8a5d06183288d2a993f4662.md

24 lines
764 B
Markdown
Raw Normal View History

# Instructions
- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.
# Test info
- Name: api.spec.ts >> AI API Endpoints >> Company AI - Generate Job Field >> POST /ai/generate-job-field rate limits after daily quota
- Location: tests/e2e/api.spec.ts:91:5
# Error details
```
Error: apiRequestContext.post: connect ECONNREFUSED ::1:3000
Call log:
- → POST http://localhost:3000/api/auth/login
- user-agent: Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.96 Mobile Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- content-type: application/json
- content-length: 65
```