Add Maestro test to verify the session using recovery key.
This commit is contained in:
parent
15728d6b58
commit
335c0aee33
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue