From 4644d6aa743a34939fc45374de40ec819b5a9cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Thu, 21 Mar 2024 16:27:03 +0100 Subject: [PATCH] Fix Maestro --- .maestro/tests/account/login.yaml | 2 -- .maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml | 6 ------ 2 files changed, 8 deletions(-) delete mode 100644 .maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml diff --git a/.maestro/tests/account/login.yaml b/.maestro/tests/account/login.yaml index 397cc61f5c..dcb5cd3223 100644 --- a/.maestro/tests/account/login.yaml +++ b/.maestro/tests/account/login.yaml @@ -23,8 +23,6 @@ appId: ${MAESTRO_APP_ID} - inputText: ${MAESTRO_PASSWORD} - pressKey: Enter - tapOn: "Continue" -- runFlow: ../assertions/assertWelcomeScreenDisplayed.yaml -- tapOn: "Continue" - runFlow: ../assertions/assertAnalyticsDisplayed.yaml - tapOn: "Not now" - runFlow: ../assertions/assertHomeDisplayed.yaml diff --git a/.maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml b/.maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml deleted file mode 100644 index 340d21ff2e..0000000000 --- a/.maestro/tests/assertions/assertWelcomeScreenDisplayed.yaml +++ /dev/null @@ -1,6 +0,0 @@ -appId: ${MAESTRO_APP_ID} ---- -- extendedWaitUntil: - visible: - id: "welcome_screen-title" - timeout: 10000