Skip to content

Commit 60afbaf

Browse files
authored
Adjust maestro tests after updating onboarding copy (duckduckgo#7851)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1205648422731273/task/1213507088418855?focus=true ### Description ### Steps to test this PR n/a ### No UI changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: only updates Maestro UI test expectations for new onboarding copy and button label changes; no production logic is modified. > > **Overview** > Updates Maestro onboarding/pre-onboarding flows to match new onboarding copy. > > Replaces the initial welcome-screen `assertVisible` regex and updates the CTA from `let's do it!` to `let's get started!` across custom tabs navigation tests and returning-user preonboarding scenarios. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fc6b578. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 38c8469 commit 60afbaf

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.maestro/custom_tabs/custom_tabs_navigation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tags:
1111
stopApp: true
1212

1313
- assertVisible:
14-
text: ".*Ready for a faster browser that keeps you protected?.*"
15-
- tapOn: "let's do it!"
14+
text: ".*Ready for a faster browser that protects you and lets you decide when and how to use AI?.*"
15+
- tapOn: "let's get started!"
1616
- assertVisible:
1717
text: "Protections activated!"
1818
- tapOn: "choose your browser"

.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tags:
1111
stopApp: true
1212

1313
- assertVisible:
14-
text: ".*Ready for a faster browser that keeps you protected?.*"
15-
- tapOn: "let's do it!"
14+
text: ".*Ready for a faster browser that protects you and lets you decide when and how to use AI?.*"
15+
- tapOn: "let's get started!"
1616
- assertVisible:
1717
text: "Protections activated!"
1818
- tapOn: "choose your browser"

.maestro/preonboarding/preonboarding_returning_user_show_tutorial.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tags:
1111
- launchApp:
1212
clearState: true
1313
- assertVisible:
14-
text: ".*Ready for a faster browser that keeps you protected?.*"
15-
- assertVisible: "let's do it!"
14+
text: ".*Ready for a faster browser that protects you and lets you decide when and how to use AI?.*"
15+
- assertVisible: "let's get started!"
1616
- tapOn: "I've been here before"
1717
- assertVisible:
1818
text: "Got it! I'll skip the other tips."

.maestro/preonboarding/preonboarding_returning_user_start_browsing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ tags:
1111
- launchApp:
1212
clearState: true
1313
- assertVisible:
14-
text: ".*Ready for a faster browser that keeps you protected?.*"
15-
- assertVisible: "let's do it!"
14+
text: ".*Ready for a faster browser that protects you and lets you decide when and how to use AI?.*"
15+
- assertVisible: "let's get started!"
1616
- tapOn: "I've been here before"
1717
- assertVisible:
1818
text: "Got it! I'll skip the other tips."

.maestro/shared/pre_onboarding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
appId: com.duckduckgo.mobile.android
22
---
33
- assertVisible:
4-
text: ".*Ready for a faster browser that keeps you protected?.*"
5-
- tapOn: "let's do it!"
4+
text: ".*Ready for a faster browser that protects you and lets you decide when and how to use AI?.*"
5+
- tapOn: "let's get started!"
66
- assertVisible:
77
text: "Protections activated!"
88
- scrollUntilVisible:

0 commit comments

Comments
 (0)