mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
23 lines
458 B
YAML
23 lines
458 B
YAML
appId: dev.msfjarvis.claw.android
|
|
---
|
|
- launchApp
|
|
- tapOn:
|
|
id: "save_button"
|
|
index: 0
|
|
- tapOn:
|
|
id: "save_button"
|
|
index: 1
|
|
- takeScreenshot: "HottestPosts"
|
|
- tapOn: "Saved"
|
|
- takeScreenshot: "SavedPosts"
|
|
- tapOn: "Search posts"
|
|
- inputText: "Nix"
|
|
- pressKey: Enter
|
|
- hideKeyboard
|
|
- waitForAnimationToEnd
|
|
- takeScreenshot: "SearchPage"
|
|
- back
|
|
- tapOn: "Hottest"
|
|
- tapOn: "Open comments"
|
|
- waitForAnimationToEnd
|
|
- takeScreenshot: "CommentsPage"
|