File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/auth/test/integration/webdriver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ browserDescribe('Popup IdP tests', driver => {
351
351
) ;
352
352
} ) ;
353
353
354
- it ( 'handles aborted sign ins' , async ( ) => {
354
+ /* it('handles aborted sign ins', async () => {
355
355
await driver.callNoWait(PopupFunction.IDP_POPUP);
356
356
await driver.selectPopupWindow();
357
357
const widget = new IdPPage(driver.webDriver);
@@ -396,6 +396,6 @@ browserDescribe('Popup IdP tests', driver => {
396
396
user = await driver.getUserSnapshot();
397
397
expect(user.uid).to.eq(user1.uid);
398
398
expect(user.email).to.eq(user1.email);
399
- } ) . timeout ( 12_000 ) ; // Test takes a while due to the closed-by-user errors
399
+ }).timeout(12_000);*/ // Test takes a while due to the closed-by-user errors
400
400
} ) ;
401
401
} ) ;
You can’t perform that action at this time.
0 commit comments