mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
feat: add Search flow to Maestro
This commit is contained in:
parent
7669a85f43
commit
f1d30e59b0
3 changed files with 18 additions and 3 deletions
|
@ -10,6 +10,14 @@ appId: dev.msfjarvis.claw.android
|
|||
- takeScreenshot: "HottestPosts"
|
||||
- tapOn: "Saved"
|
||||
- takeScreenshot: "SavedPosts"
|
||||
- tapOn: "Search"
|
||||
- tapOn:
|
||||
id: "search_bar"
|
||||
- inputText: "Rust"
|
||||
- pressKey: Enter
|
||||
- hideKeyboard
|
||||
- waitForAnimationToEnd
|
||||
- takeScreenshot: "SearchPage"
|
||||
- tapOn: "Hottest"
|
||||
- tapOn: "Open comments"
|
||||
- waitForAnimationToEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue