-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sam/vpn-snooze-initial-support
# By Christopher Brind (3) and others # Via Anh Do (1) and GitHub (1) * main: Add connection tester failure pixels (#3049) Release 7.127.0-1 (#3051) fix bug not clearing ui properly on autoclear (#3050) widget UI tests (#3042) fix autofill widget failure (#3040) macOS BSK change: De-duplicate passwords on import (#3048) Privacy Dashboard refactor (#3038) Make Maestro tests fail on flow cancellation (#3036) Improve VPN logging logic (#3032) Subscription refactoring #5 (#3023) Update Sync error pixels (#3046) Fixes App Data Clearing State Status In Settings (#3041) update sync error copy (#2870) Fixes for Xcode 16 (BSK -> 164.3.0) (#3035) Update the Privacy Pro status attribute matcher (#3033) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
- Loading branch information
Showing
80 changed files
with
934 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# widgets.yaml | ||
appId: com.duckduckgo.mobile.ios | ||
|
||
# Disabled until we can support iOS 17.2 on CI | ||
# tags: | ||
# - release | ||
|
||
--- | ||
|
||
# Set up | ||
- clearState | ||
- launchApp | ||
- runFlow: | ||
file: ../shared/onboarding.yaml | ||
|
||
# Load a website | ||
- assertVisible: | ||
id: "searchEntry" | ||
- tapOn: | ||
id: "searchEntry" | ||
- inputText: "https://privacy-test-pages.site/" | ||
- pressKey: Enter | ||
|
||
# Manage onboarding | ||
- runFlow: | ||
file: ../shared/onboarding_browsing.yaml | ||
|
||
# Prepare to add widgets | ||
- pressKey: HOME | ||
|
||
# Swipe to first page to get from the app (removing the app from home screen doesn't work) | ||
- swipe: | ||
start: 5%, 70% | ||
end: 95%, 70% | ||
|
||
# Validate search widget | ||
- longPressOn: | ||
point: 50%,50% | ||
- tapOn: "Add Widget" | ||
- tapOn: "Search Widgets" | ||
- inputText: "DuckDuck" | ||
- tapOn: "DuckDuckGo" | ||
- tapOn: " Add Widget" | ||
- tapOn: "Done" | ||
- tapOn: "DuckDuckGo" | ||
- inputText: "example.com" | ||
- pressKey: Enter | ||
- assertVisible: "Example Domain" | ||
- assertVisible: "Tab Switcher" | ||
- tapOn: "Tab Switcher" | ||
- assertVisible: "Open \"Privacy Test Pages - Home\" at privacy-test-pages.site" | ||
|
||
# Validate favorites widget | ||
- pressKey: HOME | ||
- longPressOn: | ||
point: 50%,50% | ||
- tapOn: "Add Widget" | ||
- tapOn: "Search Widgets" | ||
- inputText: "DuckDuck" | ||
- tapOn: "DuckDuckGo" | ||
- assertVisible: "Search" | ||
- swipe: | ||
start: 90%, 50% | ||
end: 10%, 50% | ||
- assertVisible: "Search Passwords" | ||
- swipe: | ||
start: 90%, 50% | ||
end: 10%, 50% | ||
- assertVisible: "Search and Favorites" | ||
- swipe: | ||
start: 90%, 50% | ||
end: 10%, 50% | ||
- assertVisible: "Search and Favorites" | ||
- swipe: | ||
start: 90%, 50% | ||
end: 10%, 50% | ||
- assertVisible: "VPN" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.