diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-09-28 22:59:13 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-09-28 22:59:13 +0200 |
commit | 295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d (patch) | |
tree | 4569ad52766f3eb854c15b2a54f46347c818b366 /tests/robot | |
parent | 812ade82b17fe1eec48b3ca6c57f2d4de104209f (diff) | |
download | searxng-295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d.tar.gz searxng-295fc9ce96d8cca9c6c4776a00e5fb0942eb6f4d.zip |
[fix] robot test engine names II.
Diffstat (limited to 'tests/robot')
-rw-r--r-- | tests/robot/test_basic.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/robot/test_basic.robot b/tests/robot/test_basic.robot index 540060fef..ab41265a0 100644 --- a/tests/robot/test_basic.robot +++ b/tests/robot/test_basic.robot @@ -24,8 +24,8 @@ Preferences page 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 + Page Should Contain dummy dummy + Page Should Contain general dummy Switch category Go To http://localhost:11111/preferences |