Add Maestro test to verify the session using recovery key.

This commit is contained in:
Benoit Marty
2024-02-22 09:53:12 +01:00
parent 03c8a14093
commit c85b716098
2 changed files with 11 additions and 0 deletions

View File

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

View File

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