From d5d9526a7e60a6f3be32216cf368cea84aeefa63 Mon Sep 17 00:00:00 2001 From: Jorge Leandro Perez Date: Mon, 1 Jul 2024 18:13:22 -0300 Subject: [PATCH] Fixes UI Tests. Take II --- SimplenoteUITests/EmailLogin.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SimplenoteUITests/EmailLogin.swift b/SimplenoteUITests/EmailLogin.swift index 22041a7f6..9c3e3431b 100644 --- a/SimplenoteUITests/EmailLogin.swift +++ b/SimplenoteUITests/EmailLogin.swift @@ -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()