compose-lobsters/maestro/play_store_flow.yml

18 lines
361 B
YAML

appId: dev.msfjarvis.claw.android
---
- launchApp
- tapOn:
text: "Add to saved posts"
index: 0
- tapOn:
text: "Add to saved posts"
index: 2
- takeScreenshot: "HottestPosts"
- tapOn: "Saved"
- takeScreenshot: "SavedPosts"
- tapOn: "Hottest"
- tapOn:
text: "Open comments"
index: 0
- waitForAnimationToEnd
- takeScreenshot: "CommentsPage"