Skip to content

Commit

Permalink
try if using fire buttons speeds up
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 8, 2023
1 parent ca1a9a2 commit cb40bf2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .maestro/shared/remove_local_bookmarks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
appId: com.duckduckgo.mobile.ios
---

- tapOn: Browsing Menu
- tapOn: Bookmarks
- tapOn: Edit
- tapOn: Spread Privacy
Expand Down
1 change: 0 additions & 1 deletion .maestro/shared/remove_local_logins.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
appId: com.duckduckgo.mobile.ios
---

- tapOn: Browsing Menu
- tapOn: Settings
- tapOn: Logins
- assertVisible: Unlock device to access saved Logins
Expand Down
1 change: 0 additions & 1 deletion .maestro/shared/sync_verify_bookmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ appId: com.duckduckgo.mobile.ios

- tapOn: Settings
- tapOn: Done
- tapOn: Browsing Menu
- tapOn: Bookmarks
- runFlow:
when:
Expand Down
1 change: 0 additions & 1 deletion .maestro/shared/sync_verify_unified_favorites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ appId: com.duckduckgo.mobile.ios
id: "UnifiedFavoritesToggle"
- tapOn: Settings
- tapOn: Done
- tapOn: Browsing Menu
- tapOn: Bookmarks
- tapOn: Favorites
- assertVisible: NFL.com | Official Site of the National Football League
Expand Down
8 changes: 3 additions & 5 deletions .maestro/sync_tests/04_sync_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ tags:
# Add local favorite and bookmark
- runFlow:
file: ../shared/add_bookmarks_and_favorites.yaml
- tapOn: Close Tabs and Clear Data
- tapOn: Close Tabs and Clear Data
- tapOn: Cancel

# Add local login
- tapOn: Browsing Menu
- tapOn: Settings
- runFlow:
file: ../shared/add_login_from_settings.yaml

# Copy Recovery Code
- tapOn: Browsing Menu
- tapOn: Settings
- runFlow:
file: ../shared/copy_recovery_code_from_settings.yaml
Expand Down Expand Up @@ -60,7 +61,6 @@ tags:
file: ../shared/remove_local_logins.yaml

# Login
- tapOn: Browsing Menu
- tapOn: Settings
- tapOn: Sync & Backup
- runFlow:
Expand All @@ -73,13 +73,11 @@ tags:

# Verify favorites are unified
- tapOn: Done
- tapOn: Browsing Menu
- tapOn: Settings
- runFlow:
file: ../shared/sync_verify_unified_favorites.yaml

# Verify logins
- tapOn: Browsing Menu
- tapOn: Settings
- runFlow:
file: ../shared/sync_verify_logins.yaml
Expand Down

0 comments on commit cb40bf2

Please sign in to comment.