Bug 1808279 - Fix intermittent SettingsSearchTest.blockSearchSuggestionsInPrivateModeOnboardingTest

Removes the intermittent portions of the test which is already verified in other test cases
fenix/115.2.0
Gabriel Luong 1 year ago committed by mergify[bot]
parent 9c677d40b7
commit 7a87b51ac9

@ -283,11 +283,6 @@ class SettingsSearchTest {
verifyAllowSuggestionsInPrivateModeDialog()
denySuggestionsInPrivateMode()
verifyNoSuggestionsAreDisplayed(activityTestRule, "mozilla firefox")
}.dismissSearchBar {
togglePrivateBrowsingModeOnOff()
}.openSearch {
typeSearch("mozilla")
verifySearchEngineSuggestionResults(activityTestRule, "mozilla firefox")
}
}

Loading…
Cancel
Save