Skip to content

Commit 2223b51

Browse files
committed
Re-enable redirect tests
1 parent 604133f commit 2223b51

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/auth/test/integration/webdriver/redirect.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,6 @@ browserDescribe('WebDriver redirect IdP test', driver => {
333333
});
334334

335335
it('reauthenticate throws for wrong user', async function () {
336-
// Test is ignored for now as it fails on Chrome version 111+.
337-
// TODO(b/297245662): Investigate and unskip the test.
338-
this.skip();
339-
340336
// Sign in using pre-populated user
341337
await driver.callNoWait(RedirectFunction.IDP_REDIRECT);
342338

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

362358
it('handles aborted sign ins', async function () {
363-
// Test is ignored for now as it fails on Chrome version 111+.
364-
// TODO(b/297245662): Investigate and unskip the test.
365-
this.skip();
366-
367359
await driver.callNoWait(RedirectFunction.IDP_REDIRECT);
368360
const widget = new IdPPage(driver.webDriver);
369361

0 commit comments

Comments
 (0)