diff options
author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-08-24 19:53:09 +0200 |
---|---|---|
committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-08-24 19:53:09 +0200 |
commit | 0056c4035e80c7899985dcb38d8d4d1570ac514b (patch) | |
tree | 4cd8eeb1204279e797292633c2ba8b5e3dd6ac01 /tests | |
parent | 104cdb7d03771d4eca5b5126532ccf47642bb9de (diff) | |
download | searxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.tar.gz searxng-0056c4035e80c7899985dcb38d8d4d1570ac514b.zip |
add custom 404 page
Diffstat (limited to 'tests')
-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 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? |