diff --git a/SimplenoteUITests/EmailLogin.swift b/SimplenoteUITests/EmailLogin.swift index 6fae2609a..17090a278 100644 --- a/SimplenoteUITests/EmailLogin.swift +++ b/SimplenoteUITests/EmailLogin.swift @@ -54,7 +54,7 @@ class EmailLogin { class func handleSavePasswordPrompt() { // As of Xcode 14.3, the Simulator might ask to save the password which, of course, we don't want to do. - if app.buttons["Save Password"].waitForExistence(timeout: 5) { + if app.buttons["Save Password"].waitForExistence(timeout: 8) { // There should be no need to wait for this button to exist since it's part of the same // alert where "Save Password" is. app.buttons["Not Now"].tap()