From 000ef93dc58024661309b08d5d27ba4df588e072 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 4 Jul 2023 10:56:03 +0200 Subject: [PATCH] Update Meastro test after iteration on OnBoarding screen. --- .maestro/tests/account/login.yaml | 2 +- .maestro/tests/assertions/assertInitDisplayed.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.maestro/tests/account/login.yaml b/.maestro/tests/account/login.yaml index 728ff98b31..70a9b956ef 100644 --- a/.maestro/tests/account/login.yaml +++ b/.maestro/tests/account/login.yaml @@ -1,6 +1,6 @@ appId: ${APP_ID} --- -- tapOn: "Sign in manually" +- tapOn: "Continue" - runFlow: ../assertions/assertLoginDisplayed.yaml - takeScreenshot: build/maestro/100-SignIn - runFlow: changeServer.yaml diff --git a/.maestro/tests/assertions/assertInitDisplayed.yaml b/.maestro/tests/assertions/assertInitDisplayed.yaml index b68412be84..417ac87711 100644 --- a/.maestro/tests/assertions/assertInitDisplayed.yaml +++ b/.maestro/tests/assertions/assertInitDisplayed.yaml @@ -1,5 +1,5 @@ appId: ${APP_ID} --- - extendedWaitUntil: - visible: "Communicate and collaborate securely" + visible: "Be in your element" timeout: 10_000