-
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 Alexey Martemyanov (2) and others # Via Alexey Martemyanov (2) and GitHub (1) * main: Improve Bookmarks DB Setup (#3143) Add RMF `messageShown` attribute (#3176) Enable favorites reordering on New Tab Page (#3169) [DuckPlayer]. 15. Move DuckPlayer code to BSK (#3171) Update autoconsent to v10.13.0 (#3178) application lock test and tab switcher test (#3163) Release 7.131.0-1 (#3179) restore CrashLogMessageExtractor with disabled __cxa_throw swapper (#3133) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
- Loading branch information
Showing
28 changed files
with
665 additions
and
474 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# application-lock.yaml | ||
appId: com.duckduckgo.mobile.ios | ||
tags: | ||
- release | ||
|
||
--- | ||
|
||
# Set up | ||
- runFlow: | ||
file: ../shared/setup.yaml | ||
|
||
- tapOn: "Settings" | ||
- scrollUntilVisible: | ||
element: "General" | ||
direction: DOWN | ||
- tapOn: "General" | ||
|
||
- tapOn: | ||
text: "0" | ||
index: "0" | ||
|
||
- stopApp | ||
|
||
- launchApp | ||
|
||
- assertVisible: "Unlock DuckDuckGo." | ||
- inputText: "password" | ||
- pressKey: Enter | ||
|
||
- assertVisible: | ||
id: "searchEntry" | ||
- tapOn: | ||
id: "searchEntry" | ||
- inputText: "https://privacy-test-pages.site" | ||
- pressKey: Enter | ||
|
||
# Manage onboarding | ||
- runFlow: | ||
file: ../shared/onboarding_browsing.yaml | ||
|
||
- tapOn: "Browsing Menu" | ||
- tapOn: "Settings" | ||
- scrollUntilVisible: | ||
element: "General" | ||
direction: DOWN | ||
- tapOn: "General" | ||
|
||
- tapOn: | ||
text: "1" | ||
index: "0" | ||
|
||
|
||
- stopApp | ||
|
||
- launchApp | ||
|
||
- assertVisible: "Privacy Test Pages" |
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,60 @@ | ||
# tabswitcher.yaml | ||
appId: com.duckduckgo.mobile.ios | ||
tags: | ||
- release | ||
|
||
--- | ||
|
||
# Set up | ||
- runFlow: | ||
file: ../shared/setup.yaml | ||
|
||
# Load Site | ||
- assertVisible: | ||
id: "searchEntry" | ||
- tapOn: | ||
id: "searchEntry" | ||
- inputText: "https://privacy-test-pages.site" | ||
- pressKey: Enter | ||
|
||
# Manage onboarding | ||
- runFlow: | ||
file: ../shared/onboarding_browsing.yaml | ||
|
||
- assertVisible: ".*Privacy Test Pages.*" | ||
|
||
# Add tab | ||
- assertVisible: Tab Switcher | ||
- tapOn: Tab Switcher | ||
- assertVisible: ".*Privacy Test Pages.*" | ||
- assertVisible: | ||
id: "Add" | ||
- tapOn: | ||
id: "Add" | ||
- assertVisible: | ||
id: "searchEntry" | ||
- tapOn: | ||
id: "searchEntry" | ||
- inputText: "https://www.search-company.site" | ||
- pressKey: Enter | ||
- assertVisible: "Search engine" | ||
|
||
# Bookmark all | ||
- assertVisible: Tab Switcher | ||
- tapOn: Tab Switcher | ||
- tapOn: "Add all tabs as bookmarks" | ||
- assertVisible: "Bookmark All Tabs?" | ||
- tapOn: "Bookmark" | ||
|
||
# can't really tell if it works, but at least it won't crash | ||
- tapOn: "Toggle between grid and list view" | ||
|
||
# Check bookmarks were added | ||
- tapOn: "Done" | ||
|
||
- tapOn: "Browsing menu" | ||
- tapOn: "Bookmarks" | ||
- assertVisible: "Privacy Test Pages - Home" | ||
- assertVisible: "Ad Click Flow" | ||
|
||
|
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.