Skip to content

Commit 5bf2993

Browse files
author
Mohit
committed
update method handleSignInFromOtherDevice
1 parent 9c9f6df commit 5bf2993

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/microsoftsts/AadLoginComponentHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public void handleHowWouldYouLikeToSignIn() {
278278
}
279279

280280
@Override
281-
public void handleSignInFromOtherDevice(@NonNull final String expectedDeviceLoginUrl) {
281+
public void handleSignInFromOtherDevice() {
282282
this.handleSignInOptions();
283283
UiAutomatorUtils.handleButtonClickForObjectWithText(SIGN_IN_FROM_OTHER_DEVICE);
284284

uiautomationutilities/src/main/java/com/microsoft/identity/client/ui/automation/interaction/microsoftsts/IMicrosoftStsLoginComponentHandler.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ public interface IMicrosoftStsLoginComponentHandler extends IOAuth2LoginComponen
8787

8888
/**
8989
* Handle interaction for "Sign in from other device".
90-
* @param expectedDeviceLoginUrl the expected remote login url when "Sign in from other device" option is
91-
* exercised.
9290
*/
93-
void handleSignInFromOtherDevice(@NonNull final String expectedDeviceLoginUrl);
91+
void handleSignInFromOtherDevice();
9492

9593
/**
9694
* Handle interaction with "Sign in options".

0 commit comments

Comments
 (0)