File tree 1 file changed +2
-2
lines changed
samples/msal-angular-v2-samples/angular10-sample-app/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ describe('/ (Home Page)', () => {
64
64
// Initiate Login
65
65
const [ signInButton ] = await page . $x ( "//button[contains(., 'Login')]" ) ;
66
66
await signInButton . click ( ) ;
67
- await page . waitForTimeout ( 50 ) ;
67
+ await page . waitForTimeout ( 70 ) ;
68
68
await screenshot . takeScreenshot ( page , "Login button clicked" ) ;
69
69
const [ loginRedirectButton ] = await page . $x ( "//div//button[contains(., 'Login using Redirect')]" ) ;
70
70
await loginRedirectButton . click ( ) ;
@@ -102,7 +102,7 @@ describe('/ (Home Page)', () => {
102
102
// Initiate Login
103
103
const [ signInButton ] = await page . $x ( "//button[contains(., 'Login')]" ) ;
104
104
await signInButton . click ( ) ;
105
- await page . waitForTimeout ( 50 ) ;
105
+ await page . waitForTimeout ( 70 ) ;
106
106
await screenshot . takeScreenshot ( page , "Login button clicked" ) ;
107
107
const [ loginPopupButton ] = await page . $x ( "//button[contains(., 'Login using Popup')]" ) ;
108
108
const newPopupWindowPromise = new Promise < puppeteer . Page > ( resolve => page . once ( "popup" , resolve ) ) ;
You can’t perform that action at this time.
0 commit comments