Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 27, 2024
1 parent 9a7d477 commit 9f6a02e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/visual-regression/backstop_data/engine_scripts/cookies.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"domain": ".www.yourdomain.com",
"path": "/",
"name": "yourCookieName",
"value": "yourCookieValue",
"expirationDate": 1798790400,
"hostOnly": false,
"httpOnly": false,
"secure": false,
"session": false,
"sameSite": "Lax"
}
{
"domain": ".marshallku.com",
"path": "/",
"name": "key",
"value": "value",
"expirationDate": 1798790400,
"hostOnly": false,
"httpOnly": false,
"secure": false,
"session": false,
"sameSite": "Lax"
}
]

0 comments on commit 9f6a02e

Please sign in to comment.