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