From 13990cba7c9b8d7efca922aa09ee68df6ea7c453 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 1 Jun 2023 10:57:36 +0200 Subject: [PATCH] Update maestro tests. --- .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 3733b2b047..59cc0980e4 100644 --- a/.maestro/tests/account/login.yaml +++ b/.maestro/tests/account/login.yaml @@ -1,6 +1,6 @@ appId: ${APP_ID} --- -- tapOn: "Get started" +- tapOn: "Sign in manually" - 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 0bcef846c6..b68412be84 100644 --- a/.maestro/tests/assertions/assertInitDisplayed.yaml +++ b/.maestro/tests/assertions/assertInitDisplayed.yaml @@ -1,5 +1,5 @@ appId: ${APP_ID} --- - extendedWaitUntil: - visible: "Own your conversations." + visible: "Communicate and collaborate securely" timeout: 10_000