Skip to content

Commit

Permalink
Merge branch 'add/magic-link-auth' into lantean/1605-invalid-link-alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jul 1, 2024
2 parents ff81101 + d5d9526 commit eb62589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimplenoteUITests/EmailLogin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class EmailLogin {
class func logIn(email: String, password: String) {
enterEmail(enteredValue: email)
app.buttons[UID.Button.continueWithPassword].tap()
_ = app.buttons[UID.Button.logIn].waitForExistence(timeout: minLoadTimeout)
enterPassword(enteredValue: password)
app.buttons[UID.Button.logIn].tap()
handleSavePasswordPrompt()
Expand Down

0 comments on commit eb62589

Please sign in to comment.