Skip to content

Commit

Permalink
fix: Add additional cookie to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 21, 2023
1 parent a8c24ef commit 2e35e20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions e2e/tests/ui-driven/src/globalHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ export async function createAuthenticatedSession({
path: "/",
value: token,
},
{
name: "loggedIn",
domain: "localhost",
path: "/",
value: true,
},
]);
return page;
}
Expand Down

0 comments on commit 2e35e20

Please sign in to comment.