LeOS-Ice-browser/0001-LeOSearch.patch

26 lines
1.0 KiB
Diff
Raw Normal View History

2024-04-14 13:12:20 +02:00
From 50f614cd20872910fe17df6644bc7f0d0f31c1eb Mon Sep 17 00:00:00 2001
2024-02-21 18:22:05 +01:00
From: harvey186 <harvey186@hotmail.com>
2024-04-14 13:12:20 +02:00
Date: Sun, 14 Apr 2024 11:34:30 +0200
Subject: [PATCH] LeOSearch
2024-02-21 18:22:05 +01:00
---
2024-04-14 13:12:20 +02:00
.../org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2024-02-21 18:22:05 +01:00
diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt
2024-04-14 13:12:20 +02:00
index dd74241ac..a44cb97ab 100644
2024-02-21 18:22:05 +01:00
--- a/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt
+++ b/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt
2024-04-14 13:12:20 +02:00
@@ -101,7 +101,7 @@ class SettingsSubMenuSearchRobot {
2024-02-21 18:22:05 +01:00
}
fun verifyDefaultSearchEngineList() {
- defaultSearchEngineOption("Google")
+ defaultSearchEngineOption("LeOSearch")
.check(matches(hasSibling(withId(R.id.engine_icon))))
.check(matches(isDisplayed()))
2024-04-14 13:12:20 +02:00
defaultSearchEngineOption("LeOSearch")
2024-02-21 18:22:05 +01:00
--
2.34.1