diff options
Diffstat (limited to 'tests/robot')
-rw-r--r-- | tests/robot/test_webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/test_webapp.py b/tests/robot/test_webapp.py index 605592648..42066e37a 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') |