From f736152945fde2a8d06b883bd6d7f1837f0d1d5f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 30 Oct 2023 12:41:16 +0100 Subject: [PATCH] Fix Maestro test --- .maestro/tests/account/logout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.maestro/tests/account/logout.yaml b/.maestro/tests/account/logout.yaml index b0e8eda762..c2f75e0977 100644 --- a/.maestro/tests/account/logout.yaml +++ b/.maestro/tests/account/logout.yaml @@ -10,5 +10,5 @@ appId: ${APP_ID} # Ensure cancel cancels - tapOn: "Cancel" - tapOn: "Sign out" -- tapOn: "Sign out" +- tapOn: "Sign out anyway" - runFlow: ../assertions/assertInitDisplayed.yaml