File tree 1 file changed +2
-10
lines changed
packages/auth/test/integration/webdriver 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -332,11 +332,7 @@ browserDescribe('WebDriver redirect IdP test', driver => {
332
332
expect ( user . email ) . to . eq ( user1 . email ) ;
333
333
} ) ;
334
334
335
- 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
-
335
+ it ( 'reauthenticate throws for wrong user' , async ( ) => {
340
336
// Sign in using pre-populated user
341
337
await driver . callNoWait ( RedirectFunction . IDP_REDIRECT ) ;
342
338
@@ -359,11 +355,7 @@ browserDescribe('WebDriver redirect IdP test', driver => {
359
355
) ;
360
356
} ) ;
361
357
362
- 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
-
358
+ it ( 'handles aborted sign ins' , async ( ) => {
367
359
await driver . callNoWait ( RedirectFunction . IDP_REDIRECT ) ;
368
360
const widget = new IdPPage ( driver . webDriver ) ;
369
361
You can’t perform that action at this time.
0 commit comments