From 189c1721afd51b6d6c05058d2ad6f243c65d91ec Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 31 Mar 2017 14:46:29 +0200 Subject: [PATCH] Don't wait for download.bin in windows downloads --- tests/end2end/features/downloads.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index c78416abe..51cb6a090 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -130,7 +130,7 @@ Feature: Downloading things from a website. @windows Scenario: Downloading a file to a reserved path When I set storage -> prompt-download-directory to true - And I open data/downloads/download.bin + And I open data/downloads/download.bin without waiting And I wait for "Asking question text='Please enter a location for http://localhost:*/data/downloads/download.bin' title='Save file to:'>, *" in the log And I run :prompt-accept COM1 And I run :leave-mode @@ -139,7 +139,7 @@ Feature: Downloading things from a website. @windows Scenario: Downloading a file to a drive-relative working directory When I set storage -> prompt-download-directory to true - And I open data/downloads/download.bin + And I open data/downloads/download.bin without waiting And I wait for "Asking question text='Please enter a location for http://localhost:*/data/downloads/download.bin' title='Save file to:'>, *" in the log And I run :prompt-accept C:foobar And I run :leave-mode