Browse Source

Add Maestro test to verify the session using recovery key.

pull/2429/head
Benoit Marty 7 months ago
parent
commit
335c0aee33
  1. 1
      .maestro/tests/account/login.yaml
  2. 10
      .maestro/tests/account/verifySession.yaml

1
.maestro/tests/account/login.yaml

@ -28,3 +28,4 @@ appId: ${MAESTRO_APP_ID} @@ -28,3 +28,4 @@ appId: ${MAESTRO_APP_ID}
- runFlow: ../assertions/assertAnalyticsDisplayed.yaml
- tapOn: "Not now"
- runFlow: ../assertions/assertHomeDisplayed.yaml
- runFlow: ./verifySession.yaml

10
.maestro/tests/account/verifySession.yaml

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
appId: ${MAESTRO_APP_ID}
---
- tapOn: "Continue"
- takeScreenshot: build/maestro/150-Verify
- tapOn: "Enter recovery key"
- tapOn: "Enter…"
- inputText: ${MAESTRO_RECOVERY_KEY}
- hideKeyboard
- tapOn: "Confirm"
- runFlow: ../assertions/assertHomeDisplayed.yaml
Loading…
Cancel
Save