Skip to content

Commit 33b2e66

Browse files
landomencursoragent
authored andcommitted
E2E Tests: Fix pre-onboarding maestro test (#7338)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1210594645151737/task/1212389758584564?focus=true ### Description Fixes the pre-onboarding maestro test to account for an additional step ### Steps to test this PR Run `maestro test .maestro/onboarding/onboarding_dismiss_all_dialogs.yaml` ### UI changes No UI changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates the pre-onboarding Maestro test to handle an additional AI chat step in the onboarding flow. > > - **E2E Tests**: > - Update `/.maestro/shared/pre_onboarding.yaml`: > - Add `tapOn: "next"` and `assertVisible` for `".*want easy access to private AI chat?.*"` to cover new onboarding step. > - Ensure flow continues to final `".*Try a search!.*"` screen. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f153631. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d15252d commit 33b2e66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.maestro/shared/pre_onboarding.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ appId: com.duckduckgo.mobile.android
1212
- tapOn: "choose your browser"
1313
- tapOn: "cancel"
1414
- assertVisible:
15-
text: ".*where should I put your address bar?.*"
15+
text: ".*where should I put your address bar?.*"
16+
- tapOn: "next"
17+
- assertVisible:
18+
text: ".*want easy access to private AI chat?.*"
1619
- tapOn: "next"
1720
- assertVisible:
1821
text: ".*Try a search!.*"

0 commit comments

Comments
 (0)