summaryrefslogtreecommitdiff
path: root/tests/robot
diff options
context:
space:
mode:
authorNoemi Vanyi <sitbackandwait@gmail.com>2016-08-24 19:53:09 +0200
committerNoemi Vanyi <sitbackandwait@gmail.com>2016-08-24 19:53:09 +0200
commit0056c4035e80c7899985dcb38d8d4d1570ac514b (patch)
tree4cd8eeb1204279e797292633c2ba8b5e3dd6ac01 /tests/robot
parent104cdb7d03771d4eca5b5126532ccf47642bb9de (diff)
downloadsearxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.tar.gz
searxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.zip
add custom 404 page
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 4a20d0ba2..4f9b8ae05 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?