2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1808279 - Fix intermittent SettingsSearchTest.blockSearchSuggestionsInPrivateModeOnboardingTest

Removes the intermittent portions of the test which is already verified in other test cases
This commit is contained in:
Gabriel Luong 2023-05-24 10:41:54 -04:00 committed by mergify[bot]
parent 9c677d40b7
commit 7a87b51ac9

View File

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