Skip to content

Commit 2db0125

Browse files
authored
1 parent c5f7c6f commit 2db0125

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

common

Submodule common updated 15 files

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/msa/TestCase2637882.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ import com.microsoft.identity.client.ui.automation.interaction.PromptHandlerPara
3535
import com.microsoft.identity.client.ui.automation.interaction.PromptParameter
3636
import com.microsoft.identity.client.ui.automation.interaction.microsoftsts.AadPromptHandler
3737
import org.junit.Test
38-
import org.junit.runner.RunWith
39-
import org.junit.runners.Parameterized
4038
import java.util.*
4139

4240
// [PRTv3] Brokered Auth for MSA account - Consumers Authority

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nestedAppAuth/NestedAppHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ protected void getAccountRecordAfterNestedAppAT() {
344344
private void handlePrompt() {
345345
// perform UI action
346346
final AadLoginComponentHandler aadLoginComponentHandler = new AadLoginComponentHandler(CommonUtils.FIND_UI_ELEMENT_TIMEOUT_LONG);
347-
aadLoginComponentHandler.handlePasswordField(mLabAccount.getPassword());
347+
aadLoginComponentHandler.handlePasswordField(mLabAccount.getPassword(), false);
348348
}
349349

350350
private void handlePromptAsync(@NonNull Runnable promptHandler) {

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/wpj/TestCase1561080.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void test_1561080_WPJ_DeviceState() throws Throwable {
8080
//handle the login prompts
8181
final AadLoginComponentHandler aadLoginComponentHandler = new AadLoginComponentHandler();
8282
aadLoginComponentHandler.handleEmailField(username);
83-
aadLoginComponentHandler.handlePasswordField(password);
83+
aadLoginComponentHandler.handlePasswordField(password, false);
8484

8585
ThreadUtils.sleepSafely(15000, "Sleep failed", "Interrupted");
8686

0 commit comments

Comments
 (0)