diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-08-27 22:08:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 22:08:58 +0200 |
commit | 3043c404e42901a1234d150e43daee99810b46f5 (patch) | |
tree | 853a41827fe4ee4bc030a50e91e0155c5f561286 /tests/robot | |
parent | b72aec0a9b2b548d7f6a8ddecedd58f5392b8372 (diff) | |
parent | 0056c4035e80c7899985dcb38d8d4d1570ac514b (diff) | |
download | searxng-3043c404e42901a1234d150e43daee99810b46f5.tar.gz searxng-3043c404e42901a1234d150e43daee99810b46f5.zip |
Merge pull request #671 from kvch/custom-404
Custom 404 message - fixes #317
Diffstat (limited to 'tests/robot')
-rw-r--r-- | tests/robot/test_basic.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/robot/test_basic.robot b/tests/robot/test_basic.robot index ec8dcc1ca..a455eeaa0 100644 --- a/tests/robot/test_basic.robot +++ b/tests/robot/test_basic.robot @@ -9,6 +9,11 @@ Front page Page Should Contain about Page Should Contain preferences +404 page + Go To http://localhost:11111/no-such-page + Page Should Contain Page not found + Page Should Contain Go to search page + About page Click Element link=about Page Should Contain Why use searx? |