Skip to content

Commit

Permalink
Fixes UI Tests. Take II
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jul 1, 2024
1 parent 0c8cc26 commit d5d9526
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 d5d9526

Please sign in to comment.