summaryrefslogtreecommitdiff
path: root/tests/robot
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-08-27 22:08:58 +0200
committerGitHub <noreply@github.com>2016-08-27 22:08:58 +0200
commit3043c404e42901a1234d150e43daee99810b46f5 (patch)
tree853a41827fe4ee4bc030a50e91e0155c5f561286 /tests/robot
parentb72aec0a9b2b548d7f6a8ddecedd58f5392b8372 (diff)
parent0056c4035e80c7899985dcb38d8d4d1570ac514b (diff)
downloadsearxng-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.robot5
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?