Skip to content

Commit 7814eb6

Browse files
authored
Fix: E2E tests expecting the wrong hint (#6338)
Task/Issue URL: https://app.asana.com/1/137249556945/project/414730916066338/task/1210714157895784?focus=true ### Description The PR fixes the failing tests by updating the expected search input box hint. I triggered the tests here: https://github.com/duckduckgo/Android/actions/runs/16069042993 ### Steps to test this PR - [x] Make sure all E2E tests pass
1 parent 8953ab8 commit 7814eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.maestro/browsing/visit_site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tags:
2424
id: "omnibarTextInput"
2525
- eraseText
2626
- assertVisible:
27-
text: "Search or type URL"
27+
text: "Search"

.maestro/security_tests/5_-_AddressBarSpoof,_downloadpath.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222
- tapOn: "Save to Downloads"
2323
- copyTextFrom:
2424
id: "omnibarTextInput"
25-
- assertTrue: ${maestro.copiedText == "Search or type URL"} # Downloads should occur in empty origin.
25+
- assertTrue: ${maestro.copiedText == "Search"} # Downloads should occur in empty origin.
2626
- pressKey: Back
2727
# Download Cancel Flow:
2828
- tapOn: "Start"

0 commit comments

Comments
 (0)