Skip to content

Commit e1da866

Browse files
authored
Merge pull request #1768 from AzureAD/fadi/feb-ui
February UI Maintenace: add some retries, add support for new adfs_v3 UI prompt
2 parents b085e46 + 070935f commit e1da866

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

common

Submodule common updated 98 files

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/flw/TestCase833513.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public void test_833513() throws MsalException, InterruptedException, LabApiExce
117117
.broker(mBroker)
118118
.prompt(PromptParameter.SELECT_ACCOUNT)
119119
.expectingBrokerAccountChooserActivity(false)
120+
.howWouldYouLikeToSignInExpected(true)
120121
.build();
121122

122123
AdfsPromptHandler adfsPromptHandler = new AdfsPromptHandler(promptHandlerParameters);

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/flw/TestCase833516.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// End My Shift - In Shared device mode, there can be only one sign-in account.
5656
// https://identitydivision.visualstudio.com/DevEx/_workitems/edit/833516
5757
@SupportedBrokers(brokers = {BrokerMicrosoftAuthenticator.class, BrokerHost.class})
58-
@RetryOnFailure
58+
@RetryOnFailure(retryCount = 2)
5959
public class TestCase833516 extends AbstractMsalBrokerTest {
6060

6161
@Test

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/broker/nonjoined/TestCase1592509.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
// [MSAL] Mooncake: Silent Auth w/o cache w/o MFA w/ Prompt Auto w/ Broker
4646
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1592509
47-
@RetryOnFailure
47+
@RetryOnFailure(retryCount = 2)
4848
public class TestCase1592509 extends AbstractMsalBrokerTest {
4949
@Test
5050
public void test_1592509() throws Throwable {

msalautomationapp/src/androidTest/java/com/microsoft/identity/client/msal/automationapp/testpass/msalonly/usgov/TestCase938367.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.microsoft.identity.client.msal.automationapp.sdk.MsalAuthTestParams;
3030
import com.microsoft.identity.client.msal.automationapp.sdk.MsalSdk;
3131
import com.microsoft.identity.client.ui.automation.TokenRequestTimeout;
32+
import com.microsoft.identity.client.ui.automation.annotations.RetryOnFailure;
3233
import com.microsoft.identity.client.ui.automation.app.IApp;
3334
import com.microsoft.identity.client.ui.automation.interaction.OnInteractionRequired;
3435
import com.microsoft.identity.client.ui.automation.interaction.PromptHandlerParameters;
@@ -45,6 +46,7 @@
4546
// [USGOV][MSAL-ONLY] Acquire token acquisition with instance_aware=true, login hint present,
4647
// and cloud account, and WW organizations authority
4748
// https://identitydivision.visualstudio.com/Engineering/_workitems/edit/938367
49+
@RetryOnFailure(retryCount = 2)
4850
public class TestCase938367 extends AbstractMsalUiTest {
4951

5052
@Test

0 commit comments

Comments
 (0)