-
Notifications
You must be signed in to change notification settings - Fork 426
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/update-rmf-version-matching-to-ignore-bu…
…ild-number # By Alessandro Boron (1) and Sabrina Tardio (1) # Via GitHub * main: add fake experiment (#3688) Alessandro/onboarding add to dock experiment setup (#3679) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
- Loading branch information
Showing
61 changed files
with
616 additions
and
1,804 deletions.
There are no files selected for viewing
29 changes: 0 additions & 29 deletions
29
.maestro/onboarding_tests/01_control_group_onboarding.yaml
This file was deleted.
Oops, something went wrong.
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
33 changes: 0 additions & 33 deletions
33
.maestro/onboarding_tests/02_control_group_hide_onboarding.yaml
This file was deleted.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
.maestro/onboarding_tests/02_onboarding_add_to_dock_intro.yaml
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,54 @@ | ||
appId: com.duckduckgo.mobile.ios | ||
tags: | ||
- onboarding | ||
|
||
--- | ||
|
||
# Set up | ||
- runFlow: | ||
file: ../shared/setup.yaml | ||
env: | ||
ONBOARDING_COMPLETED: "false" | ||
APP_VARIANT: "mk" | ||
|
||
# Handle Search Suggestions | ||
- assertVisible: "Ready to get started?\nTry a search!" | ||
- assertVisible: "Surprise Me!" | ||
- tapOn: "Surprise Me!" | ||
|
||
# Handle First Dax Dialog | ||
- assertVisible: "That’s DuckDuckGo Search. Private. Fast. Fewer ads." | ||
- assertVisible: "Got It!" | ||
- tapOn: "Got It!" | ||
|
||
# Handle Site Suggestions | ||
- assertVisible: "Next, try visiting a site!" | ||
- assertVisible: "Surprise Me!" | ||
- tapOn: "Surprise Me!" | ||
|
||
# Handle Privacy Dashboard | ||
- assertVisible: "Got It!" | ||
- tapOn: | ||
point: "6%,10%" # Shield icon. | ||
- assertVisible: | ||
text: "View Tracker Companies" | ||
- assertVisible: | ||
text: "Done" | ||
- tapOn: "Done" | ||
|
||
# Handle Fire Message | ||
- assertVisible: "Got It!" | ||
- tapOn: "Got It!" | ||
- assertVisible: "Instantly clear your browsing activity with the Fire Button.\n\nGive it a try! 🔥" | ||
|
||
# Handle Fire Button | ||
- assertVisible: "Close Tabs and Clear Data" | ||
- tapOn: "Close Tabs and Clear Data" | ||
- tapOn: "Close Tabs and Clear Data" | ||
|
||
# Handle End of Journey Dialog | ||
- assertVisible: "You’ve got this!" | ||
- assertVisible: "High five!" | ||
- tapOn: "High five!" | ||
|
||
|
54 changes: 54 additions & 0 deletions
54
.maestro/onboarding_tests/03_onboarding_add_to_dock_contextual.yaml
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,54 @@ | ||
appId: com.duckduckgo.mobile.ios | ||
tags: | ||
- onboarding | ||
|
||
--- | ||
|
||
# Set up | ||
- runFlow: | ||
file: ../shared/setup.yaml | ||
env: | ||
ONBOARDING_COMPLETED: "false" | ||
APP_VARIANT: "mo" | ||
|
||
# Handle Search Suggestions | ||
- assertVisible: "Ready to get started?\nTry a search!" | ||
- assertVisible: "Surprise Me!" | ||
- tapOn: "Surprise Me!" | ||
|
||
# Handle First Dax Dialog | ||
- assertVisible: "That’s DuckDuckGo Search. Private. Fast. Fewer ads." | ||
- assertVisible: "Got It!" | ||
- tapOn: "Got It!" | ||
|
||
# Handle Site Suggestions | ||
- assertVisible: "Next, try visiting a site!" | ||
- assertVisible: "Surprise Me!" | ||
- tapOn: "Surprise Me!" | ||
|
||
# Handle Privacy Dashboard | ||
- assertVisible: "Got It!" | ||
- tapOn: | ||
point: "6%,10%" # Shield icon. | ||
- assertVisible: | ||
text: "View Tracker Companies" | ||
- assertVisible: | ||
text: "Done" | ||
- tapOn: "Done" | ||
|
||
# Handle Fire Message | ||
- assertVisible: "Got It!" | ||
- tapOn: "Got It!" | ||
- assertVisible: "Instantly clear your browsing activity with the Fire Button.\n\nGive it a try! 🔥" | ||
|
||
# Handle Fire Button | ||
- assertVisible: "Close Tabs and Clear Data" | ||
- tapOn: "Close Tabs and Clear Data" | ||
- tapOn: "Close Tabs and Clear Data" | ||
|
||
# Handle End of Journey Dialog | ||
- assertVisible: "Add me to your Dock!" | ||
- assertVisible: "Show Me How" | ||
- tapOn: "Start Browsing" | ||
|
||
|
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.