Add Maestro test to verify the session using recovery key.
This commit is contained in:
@@ -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
Normal file
10
.maestro/tests/account/verifySession.yaml
Normal 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
|
||||
Reference in New Issue
Block a user