Browse Source

Update Meastro test after iteration on OnBoarding screen.

julioromano/fixTallAndWidePreviews
Benoit Marty 1 year ago
parent
commit
000ef93dc5
  1. 2
      .maestro/tests/account/login.yaml
  2. 2
      .maestro/tests/assertions/assertInitDisplayed.yaml

2
.maestro/tests/account/login.yaml

@ -1,6 +1,6 @@ @@ -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

2
.maestro/tests/assertions/assertInitDisplayed.yaml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
appId: ${APP_ID}
---
- extendedWaitUntil:
visible: "Communicate and collaborate securely"
visible: "Be in your element"
timeout: 10_000

Loading…
Cancel
Save