summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmilien Devos <4016501+unixfox@users.noreply.github.com>2023-09-18 21:41:52 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-19 11:10:48 +0200
commit33e722f83b56a984d73868bf36817cb0df0b9cc4 (patch)
tree3faa707e451bd0536ecc835bccea427bb8ae494f /tests
parentad725ce7d7df5afc2fc2f63405195b6bcfc8a8a7 (diff)
better error message when no results found
Diffstat (limited to 'tests')
-rw-r--r--tests/robot/test_webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/test_webapp.py b/tests/robot/test_webapp.py
index 60559264..42066e37 100644
--- a/tests/robot/test_webapp.py
+++ b/tests/robot/test_webapp.py
@@ -75,4 +75,4 @@ def test_search(browser):
browser.visit(url)
browser.fill('q', 'test search query')
browser.find_by_xpath('//button[@type="submit"]').first.click()
- assert browser.is_text_present('didn\'t find any results')
+ assert browser.is_text_present('No results were found')