From 0afa74a9de6fc07fbc347a5a320a9070f92d5388 Mon Sep 17 00:00:00 2001 From: Samuel Walladge Date: Tue, 20 Dec 2016 20:48:56 +1030 Subject: [PATCH] remove cat test --- tests/end2end/features/downloads.feature | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index d141f8af5..5b4c4f9a4 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -344,13 +344,6 @@ Feature: Downloading things from a website. And I run :download-open Then "Opening *download.bin* with [*python*]" should be logged - Scenario: Opening a download with default-open-dispatcher set to cat - When I set general -> default-open-dispatcher to cat - And I open data/downloads/download.bin without waiting - And I wait until the download is finished - And I run :download-open - Then "Opening *download.bin* with [*cat*]" should be logged - Scenario: Opening a download with default-open-dispatcher set and override When I set general -> default-open-dispatcher to cat And I open data/downloads/download.bin without waiting