New onboarding tests (#3996)

* Add onboarding test

* Add onboarding avatar-creator test

* Update profile screen edit test
This commit is contained in:
Paul Frazee 2024-05-13 14:20:27 -07:00 committed by GitHub
parent f0cd8ab6f4
commit 27bb73c701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 104 additions and 328 deletions

View file

@ -0,0 +1,32 @@
appId: xyz.blueskyweb.app
---
- runScript:
file: ../setupServer.js
env:
SERVER_PATH: "?users"
- runFlow:
file: ../setupApp.yml
- tapOn:
id: "e2eSignInAlice"
- tapOn:
id: "e2eStartOnboarding"
- tapOn: "Open avatar creator"
- tapOn: "Select the zap emoji as your avatar"
- tapOn:
label: "Tap on yellow"
point: "23%,79%"
- tapOn: "Done"
- waitForAnimationToEnd
- tapOn: "Select an avatar"
- tapOn: "Select the atom emoji as your avatar"
- tapOn: "Done"
- waitForAnimationToEnd
- tapOn: "Continue to next step"
- assertVisible: "What are your interests?"
- tapOn:
label: "Tap on continue"
point: "50%,92%"
- assertVisible: "You're ready to go!"
- tapOn:
label: "Tap on Lets go"
point: "50%,92%"