mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(maestro): correct tap index
I initially wrote this to tap the 1st and 3rd save button but failed to account for the fact that once the first button was pressed, its text property would no longer be "Add to saved posts" which results in index=2 actually pointing to the 4th absolute position in the list.
This commit is contained in:
parent
66d638f952
commit
c93d2f73a9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ appId: dev.msfjarvis.claw.android
|
|||
index: 0
|
||||
- tapOn:
|
||||
text: "Add to saved posts"
|
||||
index: 2
|
||||
index: 1
|
||||
- takeScreenshot: "HottestPosts"
|
||||
- tapOn: "Saved"
|
||||
- takeScreenshot: "SavedPosts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue