Update maestro tests.

This commit is contained in:
Benoit Marty 2023-06-01 10:57:36 +02:00
parent 8b2b029a7a
commit 3fe9f02560
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
appId: ${APP_ID} appId: ${APP_ID}
--- ---
- tapOn: "Get started" - tapOn: "Sign in manually"
- runFlow: ../assertions/assertLoginDisplayed.yaml - runFlow: ../assertions/assertLoginDisplayed.yaml
- takeScreenshot: build/maestro/100-SignIn - takeScreenshot: build/maestro/100-SignIn
- runFlow: changeServer.yaml - runFlow: changeServer.yaml

View file

@ -1,5 +1,5 @@
appId: ${APP_ID} appId: ${APP_ID}
--- ---
- extendedWaitUntil: - extendedWaitUntil:
visible: "Own your conversations." visible: "Communicate and collaborate securely"
timeout: 10_000 timeout: 10_000