From 722137ab2967f7bafcfa9ab41a239a0db9345b9f Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 20 Aug 2017 21:15:25 -0400 Subject: [PATCH] Fix 2 end2end tests for config/completion merge. --- 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 3800cdb0b..a9f2293e5 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -23,14 +23,14 @@ Feature: Downloading things from a website. Then the downloaded file download.bin should exist Scenario: Using :download with no URL - When I set storage -> prompt-download-directory to false + When I set downloads.location.prompt to false And I open data/downloads/downloads.html And I run :download And I wait until the download is finished Then the downloaded file Simple downloads.html should exist Scenario: Using :download with no URL on an image - When I set storage -> prompt-download-directory to false + When I set downloads.location.prompt to false And I open data/downloads/qutebrowser.png And I run :download And I wait until the download is finished