From f65ac02f50fa931c843515a1923994820decbd74 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 13 Jan 2023 17:54:18 +0100 Subject: [PATCH] Add another test: cancel sign out. --- .maestro/tests/account/logout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.maestro/tests/account/logout.yaml b/.maestro/tests/account/logout.yaml index 894b5ec03c..3c9dd07972 100644 --- a/.maestro/tests/account/logout.yaml +++ b/.maestro/tests/account/logout.yaml @@ -3,6 +3,9 @@ appId: ${APP_ID} - tapOn: "Settings" - tapOn: "Sign out" - takeScreenshot: build/maestro/900-SignOutDialg +# Ensure cancel cancels +- tapOn: "Cancel" +- tapOn: "Sign out" - tapOn: text: "Sign out" index: 1