We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f9bfc7 + 63a3be1 commit bcb2033Copy full SHA for bcb2033
IdentityCore/tests/automation/ui_tests_lib/MSIDBaseUITest.m
@@ -335,6 +335,18 @@ - (void)enterPassword:(NSString *)password app:(XCUIApplication *)application is
335
app:application
336
isMainApp:isMainApp];
337
}
338
+ else
339
+ {
340
+ useMyPasswordButton = application.buttons[@"Use your password"];
341
+ if (useMyPasswordButton.exists)
342
343
+ [useMyPasswordButton tap];
344
+ [self enterPassword:password
345
+ app:application
346
+ isMainApp:isMainApp];
347
+ }
348
+
349
350
351
352
0 commit comments