Skip to content

Commit fce61b2

Browse files
authored
fixing integ test
1 parent 3a0f636 commit fce61b2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/integrationtest/java/com.microsoft.aad.msal4j/DeviceCodeIT.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,6 @@ private void runAutomatedDeviceCodeFlow(DeviceCode deviceCode, User user, String
124124
SeleniumExtensions.performADLogin(seleniumDriver, user);
125125
}
126126

127-
if (environment.equals(AzureEnvironment.AZURE) && !isADFS2019) {
128-
//Login flow for azurecloud environment has an extra "Stay signed in?" page after authentication
129-
continueBtn = SeleniumExtensions.waitForElementToBeVisibleAndEnable(
130-
seleniumDriver,
131-
new By.ById(continueButtonId));
132-
continueBtn.click();
133-
}
134-
135127
} catch(Exception e){
136128
if(!isRunningLocally){
137129
SeleniumExtensions.takeScreenShot(seleniumDriver);

0 commit comments

Comments
 (0)