Skip to content

Commit

Permalink
added session env to see if this is the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti committed Jul 3, 2023
1 parent 79ccbcc commit 616eab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ func adminPortalSessionSetup() (string, *selenium.WebDriver) {
if err != nil {
log.Fatal("could not retrieve the session key")
}
uuid := uuid.DefaultGenerator.Generate()
os.Setenv("SESSION", uuid)

cookieAuth := &selenium.Cookie{
Name: middleware.IntPasswordKey,
Expand Down

0 comments on commit 616eab6

Please sign in to comment.