File tree Expand file tree Collapse file tree
fenix/app/src/androidTest/java/org/mozilla/fenix/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,6 +424,10 @@ class SettingsSearchTest {
424424 fun verifyShowSearchSuggestionsToggleTest () {
425425 homeScreen {
426426 }.openSearch {
427+ // The Google related suggestions aren't always displayed on cold run
428+ // Bugzilla ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1813587
429+ clickSearchSelectorButton()
430+ selectTemporarySearchMethod(" DuckDuckGo" )
427431 typeSearch(" mozilla " )
428432 verifySearchEngineSuggestionResults(
429433 activityTestRule,
@@ -438,6 +442,10 @@ class SettingsSearchTest {
438442 }.goBack {
439443 }.goBack {
440444 }.openSearch {
445+ // The Google related suggestions aren't always displayed on cold run
446+ // Bugzilla ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1813587
447+ clickSearchSelectorButton()
448+ selectTemporarySearchMethod(" DuckDuckGo" )
441449 typeSearch(" mozilla" )
442450 verifySuggestionsAreNotDisplayed(activityTestRule, " mozilla firefox" )
443451 }
You can’t perform that action at this time.
0 commit comments