Skip to content

Commit

Permalink
checkAndReauthorizeGithubApp on existing user at loginAsGithubUser (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar authored Nov 15, 2024
1 parent 571dfd6 commit 8ca8525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/playwright/utils/Common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export class Common {
await this.page.goto("/");
await this.waitForLoad(12000);
await this.uiHelper.clickButton("Sign In");
await this.checkAndReauthorizeGithubApp();
} else {
// Perform login if no session file exists, then save the state
await this.logintoGithub(userid);
Expand Down

0 comments on commit 8ca8525

Please sign in to comment.