-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Create new navigation test for SERP with search query and add it as a new step end-to-end-robintest workflow #7322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
catalinradoiu
merged 4 commits into
develop
from
feature/cradoiu/serp-deeplink-maestro-test
Dec 11, 2025
Merged
Create new navigation test for SERP with search query and add it as a new step end-to-end-robintest workflow #7322
catalinradoiu
merged 4 commits into
develop
from
feature/cradoiu/serp-deeplink-maestro-test
Dec 11, 2025
Conversation
This file contains hidden or 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
…ew step end-to-end-robintest workflow
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
anikiki
approved these changes
Dec 11, 2025
Contributor
anikiki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works as expected! 🎉
cursor bot
pushed a commit
that referenced
this pull request
Dec 19, 2025
… new step end-to-end-robintest workflow (#7322) Task/Issue URL: https://app.asana.com/1/137249556945/project/1211724162604201/task/1212350440774862?focus=true ### Description Added a new navigation test to verify that the app correctly handles duck:// schema links to the search engine results page (SERP) with a search query. The test ensures that when a user clicks a `duck://` link with a search query parameter, the app properly opens and displays the search query in the omnibar. This test was added as a separate step in the End-to-End tests (Robin) workflow. ### Steps to test this PR _Deeplink Functionality_ - [x] Run the deeplink_to_serp_with_query.yaml test both locally and on the maestro cloud Test run: https://app.maestro.dev/project/proj_01htg54rdtfwx8rgbzv03cxkpf/maestro-test/flow/run_01kc1jpy6ve1m9ykcg2whrnbzb ### UI changes No UI changes, only additional test coverage. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds a Maestro flow to validate duck:// SERP query handling and runs it in the end-to-end Robin workflow via the navigationTest tag. > > - **Tests**: > - Add `.maestro/deeplink/deeplink_to_serp_with_query.yaml` to validate `duck://` SERP link opens with the query shown in `omnibarTextInput` (with retries, clean launch, and onboarding skipped). > - **CI**: > - Update `.github/workflows/end-to-end-robintest.yml` to include a new "Deeplink tests" Maestro Cloud step running `include-tags: navigationTest`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 35bce88. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/project/1211724162604201/task/1212350440774862?focus=true
Description
Added a new navigation test to verify that the app correctly handles duck:// schema links to the search engine results page (SERP) with a search query. The test ensures that when a user clicks a
duck://link with a search query parameter, the app properly opens and displays the search query in the omnibar.This test was added as a separate step in the End-to-End tests (Robin) workflow.
Steps to test this PR
Deeplink Functionality
Test run: https://app.maestro.dev/project/proj_01htg54rdtfwx8rgbzv03cxkpf/maestro-test/flow/run_01kc1jpy6ve1m9ykcg2whrnbzb
UI changes
No UI changes, only additional test coverage.
Note
Adds a Maestro flow to validate duck:// SERP query handling and runs it in the end-to-end Robin workflow via the navigationTest tag.
.maestro/deeplink/deeplink_to_serp_with_query.yamlto validateduck://SERP link opens with the query shown inomnibarTextInput(with retries, clean launch, and onboarding skipped)..github/workflows/end-to-end-robintest.ymlto include a new "Deeplink tests" Maestro Cloud step runninginclude-tags: navigationTest.Written by Cursor Bugbot for commit 35bce88. This will update automatically on new commits. Configure here.