From 806525d4ede0d2eaa0bfe2c0bb6a8377e8b8f11d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 2 Nov 2023 11:57:11 +0100 Subject: [PATCH] Fix Maestro (do not rely on text) --- .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 c74f069f00..f10d5ef364 100644 --- a/.maestro/tests/account/logout.yaml +++ b/.maestro/tests/account/logout.yaml @@ -12,5 +12,6 @@ appId: ${APP_ID} - tapOn: "Cancel" - tapOn: id: "sign-out-submit" -- tapOn: "Sign out" +- tapOn: + id: "dialog-positive" - runFlow: ../assertions/assertInitDisplayed.yaml