From 0056c4035e80c7899985dcb38d8d4d1570ac514b Mon Sep 17 00:00:00 2001 From: Noemi Vanyi Date: Wed, 24 Aug 2016 19:53:09 +0200 Subject: add custom 404 page --- tests/robot/test_basic.robot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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? -- cgit v1.2.3-54-g00ecf