Wait until download is started

This commit is contained in:
Florian Bruhin 2016-06-04 13:15:22 +02:00
parent fd27caf311
commit 163082b3ea

View File

@ -130,6 +130,7 @@ Feature: Downloading things from a website.
Scenario: Cancelling a MHTML download (issue 1535)
When I open data/downloads/issue1535.html
And I run :download --mhtml
And I wait for "fetch: PyQt5.QtCore.QUrl('http://localhost:*/drip?numbytes=128&duration=2') -> drip" in the log
And I run :download-cancel
Then no crash should happen