You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MSAL/test/integration/native_auth/end_to_end/reset_password/MSALNativeAuthResetPasswordEndToEndTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ final class MSALNativeAuthResetPasswordEndToEndTests: MSALNativeAuthEndToEndBase
236
236
return
237
237
}
238
238
239
-
letusername="invalid"
239
+
letusername="invalid" // TODO: use social account instead
240
240
241
241
letresetPasswordFailureExp=expectation(description:"reset password user not found")
Copy file name to clipboardExpand all lines: MSAL/test/integration/native_auth/end_to_end/sign_in/MSALNativeAuthSignInUserNameAndPasswordEndToEndTests.swift
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,41 @@ final class MSALNativeAuthSignInUsernameAndPasswordEndToEndTests: MSALNativeAuth
113
113
}
114
114
115
115
// User Case 1.2.5. Sign In - User signs in with account B, while data for account A already exists in SDK persistence
116
-
// The same as 1.2.4
116
+
func test_signInWithAccountSigned()asyncthrows{
117
+
guardlet sut =initialisePublicClientApplication(),let username =retrieveUsernameForSignInUsernameAndPassword(),let password =awaitretrievePasswordForSignInUsername()else{
0 commit comments