diff options
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 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? |