Skip to content

Commit

Permalink
Re-enable redirect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NhienLam committed Feb 20, 2025
1 parent 604133f commit 2223b51
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/auth/test/integration/webdriver/redirect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
});

it('reauthenticate throws for wrong user', async function () {

Check failure on line 335 in packages/auth/test/integration/webdriver/redirect.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected function expression
// Test is ignored for now as it fails on Chrome version 111+.
// TODO(b/297245662): Investigate and unskip the test.
this.skip();

// Sign in using pre-populated user
await driver.callNoWait(RedirectFunction.IDP_REDIRECT);

Expand All @@ -360,10 +356,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
});

it('handles aborted sign ins', async function () {

Check failure on line 358 in packages/auth/test/integration/webdriver/redirect.test.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected function expression
// Test is ignored for now as it fails on Chrome version 111+.
// TODO(b/297245662): Investigate and unskip the test.
this.skip();

await driver.callNoWait(RedirectFunction.IDP_REDIRECT);
const widget = new IdPPage(driver.webDriver);

Expand Down

0 comments on commit 2223b51

Please sign in to comment.