diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-08-16 10:38:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 10:38:13 +0200 |
commit | f693a54ad75d0a7f65a055451eba98bda048b9e4 (patch) | |
tree | 599e98e22133d330504a8800011cfdd4f9d50cc6 /tests | |
parent | 13bed1f8727683c74d04c52396fabbfab99df76f (diff) | |
parent | 4bd44cd98fb9191957f50c849b69860537f10b76 (diff) | |
download | searxng-f693a54ad75d0a7f65a055451eba98bda048b9e4.tar.gz searxng-f693a54ad75d0a7f65a055451eba98bda048b9e4.zip |
Merge pull request #664 from kvch/uncapitalize-searx
uncapitalize searx in templates
Diffstat (limited to 'tests')
-rw-r--r-- | tests/robot/test_basic.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/robot/test_basic.robot b/tests/robot/test_basic.robot index 4a20d0ba2..ec8dcc1ca 100644 --- a/tests/robot/test_basic.robot +++ b/tests/robot/test_basic.robot @@ -11,7 +11,7 @@ Front page About page Click Element link=about - Page Should Contain Why use Searx? + Page Should Contain Why use searx? Page Should Contain Element link=search engines Preferences page |