compose-lobsters/maestro/feature_graphic.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
651 B
YAML
Raw Normal View History

appId: dev.msfjarvis.claw.android
---
- launchApp
- tapOn:
id: "save_button"
index: 0
- tapOn:
id: "save_button"
index: 1
- takeScreenshot: "HottestPosts"
- tapOn: "Saved"
- waitForAnimationToEnd
- takeScreenshot: "SavedPosts"
- tapOn: "Search posts"
2024-05-08 22:53:00 +05:30
- inputText: "Rust"
2023-07-25 20:17:27 +05:30
- pressKey: Enter
- hideKeyboard
- waitForAnimationToEnd
- takeScreenshot: "SearchPage"
- back
2024-05-08 22:53:00 +05:30
# TODO: figure out why do I need to press back twice
- back
- tapOn: "Settings"
- tapOn: "Export"
- takeScreenshot: "SettingsPage"
- tapOn:
point: "50%,50%"
- back
- tapOn: "Hottest"
- tapOn: "Open comments"
- waitForAnimationToEnd
- takeScreenshot: "CommentsPage"