mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
18 lines
361 B
YAML
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"
|