From 47b455957f8a6e98bbc07998bb47dc1fed532de7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 4 Aug 2016 01:47:02 +0200 Subject: [PATCH] tests: actually download file Otherwise the :prompt-open-download will throw an error since the request is not fast enough. --- tests/end2end/features/downloads.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index 0b3b66856..7ec5da2ae 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -201,7 +201,7 @@ Feature: Downloading things from a website. Scenario: Directly open a download with a very long filename When I set storage -> prompt-download-directory to true And I open data/downloads/issue1725.html - And I run :hint + And I run :hint all download And I run :follow-hint a And I directly open the download And I wait until the download is finished