Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Nov 10, 2023
1 parent d38f0f1 commit 491e862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .maestro/sync_tests/03_recover_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ tags:
index: 0
file: ../shared/onboarding.yaml

# <HACK>This is a workaround to:
# <WORDAROUND>This is a workaround to:
# - Put the code in the clipboard on Maestro Cloud
# - Prevent iOS from showing the Paste permission alert
# - Prevent iOS from showing the Paste permission alert as Maestro can't handle it
- tapOn:
id: searchEntry
- inputText: ${CODE}
Expand All @@ -29,7 +29,7 @@ tags:
id: searchEntry
- tapOn: Paste
- tapOn: Cancel
#</HACK>
#</WORDAROUND>

# Recover Account test
- tapOn: Settings
Expand Down
6 changes: 3 additions & 3 deletions .maestro/sync_tests/04_sync_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ tags:
- tapOn: Done

# Sync data
# <HACK>This is a workaround to:
# <WORDAROUND>This is a workaround to:
# - Put the code in the clipboard on Maestro Cloud
# - Prevent iOS from showing the Paste permission alert
# - Prevent iOS from showing the Paste permission alert as Maestro can't handle it
- tapOn:
id: searchEntry
- inputText: ${CODE}
Expand Down Expand Up @@ -81,7 +81,7 @@ tags:
text: "Cancel"
commands:
- tapOn: Cancel
#</HACK>
#</WORDAROUND>

- tapOn: Settings
- runFlow:
Expand Down

0 comments on commit 491e862

Please sign in to comment.