Skip to content

Commit

Permalink
Update key set up flow
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Nov 15, 2023
1 parent a32b28e commit 6530526
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
33 changes: 17 additions & 16 deletions .maestro/sync_tests/03_recover_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,28 @@ tags:
- tapOn:
id: searchEntry
- inputText: ${CODE}
- tapOn:
id: searchEntry
- doubleTapOn:
id: searchEntry
- runFlow:
when:
visible:
text: "Select All"

- evalScript: ${output.counter = 0}
- repeat:
while:
true: ${output.counter < 3}
notVisible: Select All
commands:
- tapOn: "Select All"
- longPressOn:
id: "searchEntry"
- evalScript: ${output.counter = output.counter + 1}

- tapOn: 'Select All'
- tapOn: Cut
- tapOn:
id: searchEntry
- runFlow:
when:
notVisible:
text: "Paste"
- evalScript: ${output.counter = 0}
- repeat:
while:
true: ${output.counter < 3}
notVisible: Paste
commands:
- tapOn:
id: searchEntry
id: "searchEntry"
- evalScript: ${output.counter = output.counter + 1}
- tapOn: Paste
- tapOn: Cancel

Expand Down
33 changes: 17 additions & 16 deletions .maestro/sync_tests/04_sync_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,28 @@ tags:
- tapOn:
id: searchEntry
- inputText: ${CODE}
- tapOn:
id: searchEntry
- doubleTapOn:
id: searchEntry
- runFlow:
when:
visible:
text: "Select All"

- evalScript: ${output.counter = 0}
- repeat:
while:
true: ${output.counter < 3}
notVisible: Select All
commands:
- tapOn: "Select All"
- longPressOn:
id: "searchEntry"
- evalScript: ${output.counter = output.counter + 1}

- tapOn: 'Select All'
- tapOn: Cut
- tapOn:
id: searchEntry
- runFlow:
when:
notVisible:
text: "Paste"
- evalScript: ${output.counter = 0}
- repeat:
while:
true: ${output.counter < 3}
notVisible: Paste
commands:
- tapOn:
id: searchEntry
id: "searchEntry"
- evalScript: ${output.counter = output.counter + 1}
- tapOn: Paste
- tapOn: Cancel

Expand Down

0 comments on commit 6530526

Please sign in to comment.