This commit is contained in:
Florian Bruhin 2017-03-02 08:29:43 +01:00
parent d4124c5c2a
commit d6f47bd3fb

View File

@ -237,7 +237,8 @@ def test_webengine_download_suffix(request, quteproc_new, tmpdir):
quteproc_new.start(args, env=env)
quteproc_new.set_setting('storage', 'prompt-download-directory', 'false')
quteproc_new.set_setting('storage', 'download-directory', str(download_dir))
quteproc_new.set_setting('storage', 'download-directory',
str(download_dir))
quteproc_new.open_path('data/downloads/download.bin', wait=False)
quteproc_new.wait_for(category='downloads', message='Download * finished')
quteproc_new.open_path('data/downloads/download.bin', wait=False)