From 4f32d94f5fb751267cd6a047e5a0aed72bcf9d23 Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Thu, 30 Jun 2016 22:58:05 +0200 Subject: [PATCH] Remove obsolete :edit-url with count test --- tests/end2end/features/editor.feature | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/end2end/features/editor.feature b/tests/end2end/features/editor.feature index 3af4883a6..2d0f4d978 100644 --- a/tests/end2end/features/editor.feature +++ b/tests/end2end/features/editor.feature @@ -47,19 +47,6 @@ Feature: Opening external editors - active: true url: http://localhost:*/data/numbers/2.txt - Scenario: Editing an URL with count - Given I have a fresh instance - When I open data/numbers/1.txt - And I run :tab-only - And I open about:blank in a new tab - And I run :tab-focus 1 - And I set up a fake editor replacing "1.txt" by "2.txt" - And I run :edit-url with count 2 - Then data/numbers/2.txt should be loaded - And the following tabs should be open: - - data/numbers/1.txt (active) - - data/numbers/2.txt - Scenario: Editing an URL with -t and -b When I run :edit-url -t -b Then the error "Only one of -t/-b/-w can be given!" should be shown