diff options
author | asciimoo <asciimoo@gmail.com> | 2014-02-07 01:52:46 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-02-07 01:52:46 +0100 |
commit | 4d878993bd8144457eb94b94ed5f39e3a1ac0190 (patch) | |
tree | 0150743c9ac26bf6cd99ebc99c418223341512fc | |
parent | d63135db610534039252dddc8cc4be1ee325c663 (diff) | |
download | searxng-4d878993bd8144457eb94b94ed5f39e3a1ac0190.tar.gz searxng-4d878993bd8144457eb94b94ed5f39e3a1ac0190.zip |
[fix] robot tests
-rw-r--r-- | searx/tests/robot/test_basic.robot | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/searx/tests/robot/test_basic.robot b/searx/tests/robot/test_basic.robot index 9fff7540b..1b8e78fff 100644 --- a/searx/tests/robot/test_basic.robot +++ b/searx/tests/robot/test_basic.robot @@ -14,16 +14,13 @@ About page Page Should Contain Why use Searx? Page Should Contain Element link=search engines -Engines page - Go To http://localhost:11111/engines - Page Should Contain Currently used search engines - Page Should Contain dummy_dummy - Page Should Contain general_dummy - Preferences page Click Element link=preferences Page Should Contain Preferences Page Should Contain Default categories + Page Should Contain Currently used search engines + Page Should Contain dummy_dummy + Page Should Contain general_dummy Switch category Go To http://localhost:11111/preferences |