From fec3f93bad2637cd13c97b3e7cb1bab7c916a388 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 2 Nov 2023 11:23:10 +0100 Subject: [PATCH] Fix maestro test: chat backup is disabled by default. --- .maestro/tests/account/logout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.maestro/tests/account/logout.yaml b/.maestro/tests/account/logout.yaml index 38f22b34f5..c74f069f00 100644 --- a/.maestro/tests/account/logout.yaml +++ b/.maestro/tests/account/logout.yaml @@ -10,6 +10,7 @@ appId: ${APP_ID} id: "sign-out-submit" # Ensure cancel cancels - tapOn: "Cancel" +- tapOn: + id: "sign-out-submit" - tapOn: "Sign out" -- tapOn: "Sign out anyway" - runFlow: ../assertions/assertInitDisplayed.yaml