mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 15:59:21 +02:00
better error message when no results found
This commit is contained in:
parent
ad725ce7d7
commit
33e722f83b
4 changed files with 22 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue