remove outdated cuke

The sidebar functionality was removed from the core
pull/6827/head
Jens Ulferts 10 years ago
parent 0d8b8ce539
commit d1ddfb4595
  1. 19
      features/links.feature

@ -147,25 +147,6 @@ Feature: Cost Reporting Linkage
And I should not see "50.00" And I should not see "50.00"
And I should not see "150.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 @javascript
Scenario: Jump to project from the cost report jumps to the cost report of the selected project 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" Given there is a standard cost control project named "First Project"

Loading…
Cancel
Save