Clean up find-implementation in test_hints_html

This commit is contained in:
Florian Bruhin 2016-06-09 17:16:00 +02:00
parent dbbc4b72ed
commit 726ae50251

View File

@ -81,6 +81,7 @@ def test_hints(test_name, zoom_text_only, zoom_level, find_implementation,
# reset
quteproc.send_cmd(':zoom 100')
quteproc.set_setting('ui', 'zoom-text-only', 'false')
quteproc.set_setting('hints', 'find-implementation', 'javascript')
def test_word_hints_issue1393(quteproc, tmpdir):