diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index e22d162b3..533acf57c 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -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