adapts cukes to changed core

pull/6827/head
Jens Ulferts 10 years ago
parent 15fc284a2a
commit b1750f7ce8
  1. 4
      features/team_member.feature

@ -125,7 +125,7 @@ Feature: Team Member
Scenario: View sprint stories in the work_packages tab
Given I am on the master backlog
When I view the stories of Sprint 001 in the work_packages tab
Then I should see the WorkPackages page
Then I should be on the work packages index page of the project called "ecookbook"
When I press "Filter"
Then I should see "Sprint 001" within "#tr_fixed_version_id"
@ -133,7 +133,7 @@ Feature: Team Member
Scenario: View the project stories in the work_packages tab
Given I am on the master backlog
When I view the stories in the work_packages tab
Then I should see the WorkPackages page
Then I should be on the work packages index page of the project called "ecookbook"
When I press "Filter"
Then I should see "Version" within "#filters"

Loading…
Cancel
Save