Browse Source

Update maestro tests.

feature/fga/small_timeline_improvements
Benoit Marty 1 year ago
parent
commit
13990cba7c
  1. 2
      .maestro/tests/account/login.yaml
  2. 2
      .maestro/tests/assertions/assertInitDisplayed.yaml

2
.maestro/tests/account/login.yaml

@ -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

2
.maestro/tests/assertions/assertInitDisplayed.yaml

@ -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

Loading…
Cancel
Save