summaryrefslogtreecommitdiff
path: root/tests/robot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/robot/__init__.py')
-rw-r--r--tests/robot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/__init__.py b/tests/robot/__init__.py
index 038a3196f..6e7897118 100644
--- a/tests/robot/__init__.py
+++ b/tests/robot/__init__.py
@@ -20,7 +20,7 @@ def test_404(browser):
def test_about(browser):
browser.visit(url)
browser.click_link_by_text('about')
- assert browser.is_text_present('Why use searx?')
+ assert browser.is_text_present('Why use it?')
def test_preferences(browser):