Some checks failed
CI / E2E Tests (pull_request) Waiting to run
CI / Unit & Component Tests (push) Successful in 2m27s
CI / Backend Unit Tests (push) Successful in 2m17s
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / Backend Unit Tests (pull_request) Has been cancelled
CI / E2E Tests (push) Has started running
- Replace UI-based document setup in beforeAll hooks with direct API calls via Playwright's request fixture — avoids the 90s timeout from navigating + uploading through the Docker dev server - Fix non-PDF test: create a file-less document in beforeAll instead of relying on seed data that may not exist - Share annotationDocId across describe blocks so the read-only user test can navigate to a known PDF document - Add annotation visibility check before enabling annotate mode in the delete test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "PARAGLIDE_LOCALE",
|
|
"value": "de",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1808896929.897686,
|
|
"httpOnly": false,
|
|
"secure": false,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "auth_token",
|
|
"value": "Basic%20YWRtaW46YWRtaW4xMjM%3D",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": 1774423330.233039,
|
|
"httpOnly": true,
|
|
"secure": false,
|
|
"sameSite": "Strict"
|
|
}
|
|
],
|
|
"origins": []
|
|
} |