From 402e110cabf5e53a80b0d47d94d8096f097f9245 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 23:59:28 +0200 Subject: [PATCH] bdd: Delete "Navigating up with root directory" This test causes various trouble for reasons I don't understand, so let's get rid of it. --- tests/end2end/features/navigate.feature | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/end2end/features/navigate.feature b/tests/end2end/features/navigate.feature index e817669d4..6f7976f50 100644 --- a/tests/end2end/features/navigate.feature +++ b/tests/end2end/features/navigate.feature @@ -11,11 +11,6 @@ Feature: Using :navigate And I run :navigate up Then data/navigate should be loaded - Scenario: Navigating up with root directory - When I open / - And I run :navigate up - Then the error "Can't go up!" should be shown - # prev/next Scenario: Navigating to previous page