Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m33s
- Implement tests for creating, editing, canceling, and deleting rewards in parent mode. - Include scenarios for converting default rewards to user items and verifying restoration of default rewards after deletion. - Create a comprehensive test plan outlining the steps and expectations for each scenario.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "refresh_token",
|
|
"value": "lEN8eJ_pJ1tcLjsFgkyzCxzsZXn3rjDvdUqoQlcGD1w",
|
|
"domain": "localhost",
|
|
"path": "/api/auth",
|
|
"expires": 1781149918.627695,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
},
|
|
{
|
|
"name": "access_token",
|
|
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiJkYTM5MDQ0OC04YzFiLTRjYmQtYWNjNi1lNWFmNzM5OTRkNzMiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzMzNzQ4MTh9.Imxrgn0cjIfrNne918fLKfsLNcWAG_5FaF0crvYroic",
|
|
"domain": "localhost",
|
|
"path": "/",
|
|
"expires": -1,
|
|
"httpOnly": true,
|
|
"secure": true,
|
|
"sameSite": "Strict"
|
|
}
|
|
],
|
|
"origins": [
|
|
{
|
|
"origin": "https://localhost:5173",
|
|
"localStorage": [
|
|
{
|
|
"name": "authSyncEvent",
|
|
"value": "{\"type\":\"logout\",\"at\":1773373918495}"
|
|
},
|
|
{
|
|
"name": "parentAuth",
|
|
"value": "{\"expiresAt\":1773546718838}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |