-
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.
- Loading branch information
1 parent
c8d2e97
commit 79034fd
Showing
4 changed files
with
117 additions
and
0 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
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