From d1ddfb4595f3278c6db49d845522be734d7743cf Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Thu, 25 Jun 2015 15:18:01 +0200 Subject: [PATCH] remove outdated cuke The sidebar functionality was removed from the core --- features/links.feature | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/features/links.feature b/features/links.feature index bb1e8d1bbc..9bc8618356 100644 --- a/features/links.feature +++ b/features/links.feature @@ -147,25 +147,6 @@ Feature: Cost Reporting Linkage And I should not see "50.00" And I should not see "150.00" - @javascript - Scenario: Reporting on the project page should be accessible from the spent time - Given there is a standard cost control project named "Standard Project" - And the project "Standard Project" has 1 issue with the following: - | subject | test_work_package | - And the issue "test_work_package" has 1 time entry with the following: - | hours | 1.00 | - | user | manager | - And I am already logged in as "manager" - - When I am on the page for the project "Standard Project" - - Then I see spent time within "#sidebar" - And I should see "1.00 hour" within "#sidebar" - And I should not see "Details" within "#sidebar" - And I should not see "Report" within "#sidebar" - When I follow "1.00 hour" - Then I should be on the Cost Reports page for the project called "Standard Project" - @javascript Scenario: Jump to project from the cost report jumps to the cost report of the selected project Given there is a standard cost control project named "First Project"