From bfc5ceb63c9bfbbe499a234f3c6741bea8f0fa55 Mon Sep 17 00:00:00 2001 From: pachlava Date: Mon, 1 Jul 2024 14:16:18 +0300 Subject: [PATCH 1/3] Empty commit to start tests on CI From 4ddaf4447c5b64f5cf4af7bda4cd37b1bd9e0096 Mon Sep 17 00:00:00 2001 From: pachlava Date: Mon, 1 Jul 2024 17:34:08 +0300 Subject: [PATCH 2/3] Empty commit to start tests on CI From edaa80e69a23b4705827a0ddcd97855df24a8b57 Mon Sep 17 00:00:00 2001 From: pachlava Date: Mon, 1 Jul 2024 18:07:23 +0300 Subject: [PATCH 3/3] Increased timeout for save password prompt. --- SimplenoteUITests/EmailLogin.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()