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