From 163082b3ea84eb25552e0e651699701a1d11ff91 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 4 Jun 2016 13:15:22 +0200 Subject: [PATCH] Wait until download is started --- tests/end2end/features/downloads.feature | 1 + 1 file changed, 1 insertion(+) 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