Skip to content

Commit

Permalink
fix sync tests (#2476)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414709148257752/1206588762882670/f

Description: Fix sync tests after introduction of authentication
  • Loading branch information
SabrinaTardio authored Feb 14, 2024
1 parent 82a8432 commit 1f2ff2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .maestro/shared/sync_create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ appId: com.duckduckgo.mobile.ios
- tapOn: Sync & Backup
- assertVisible: Sync & Backup
- tapOn: Sync and Back Up This Device
- inputText: "0000"
- pressKey: Enter
- assertVisible: You can sync with your other devices later.
- tapOn: Turn On Sync & Back Up
- assertVisible: Save Recovery Code
Expand Down
2 changes: 2 additions & 0 deletions .maestro/shared/sync_login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ appId: com.duckduckgo.mobile.ios

- assertVisible: Begin Syncing
- tapOn: Sync with Another Device
- inputText: "0000"
- pressKey: Enter
- assertVisible: Scan QR Code
- tapOn: Manually Enter Code
- tapOn: Paste
Expand Down
2 changes: 2 additions & 0 deletions .maestro/shared/sync_recover_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ appId: com.duckduckgo.mobile.ios
- assertVisible: Begin Syncing
- tapOn: Recover Synced Data
- assertVisible: Recover Synced Data
- inputText: "0000"
- pressKey: Enter
- assertVisible: Get Started
- tapOn: Get Started
- tapOn: Enter Text Code Manually
Expand Down
2 changes: 2 additions & 0 deletions .maestro/sync_tests/05_delete_account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ tags:
# Try to login and check for error
- assertVisible: Begin Syncing
- tapOn: Sync with Another Device
- inputText: "0000"
- pressKey: Enter
- assertVisible: Scan QR Code
- tapOn: Manually Enter Code
- tapOn: Paste
Expand Down

0 comments on commit 1f2ff2e

Please sign in to comment.