From 7a87b51ac9ec2c97a6d7ed9335687191a20be5fa Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 24 May 2023 10:41:54 -0400 Subject: [PATCH] Bug 1808279 - Fix intermittent SettingsSearchTest.blockSearchSuggestionsInPrivateModeOnboardingTest Removes the intermittent portions of the test which is already verified in other test cases --- .../java/org/mozilla/fenix/ui/SettingsSearchTest.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt index f8b09506a..b2f33ac3b 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt @@ -283,11 +283,6 @@ class SettingsSearchTest { verifyAllowSuggestionsInPrivateModeDialog() denySuggestionsInPrivateMode() verifyNoSuggestionsAreDisplayed(activityTestRule, "mozilla firefox") - }.dismissSearchBar { - togglePrivateBrowsingModeOnOff() - }.openSearch { - typeSearch("mozilla") - verifySearchEngineSuggestionResults(activityTestRule, "mozilla firefox") } }