fix cuke: using user way to test for burndown graph from dashboard

pull/6827/head
Jens Ulferts 14 years ago
parent 57312e7c61
commit 107704c543
  1. 5
      features/team_member.feature

@ -69,8 +69,11 @@ Feature: Team Member
Given I am on the taskboard for "Sprint 001"
Then I should see the taskboard
@javascript
Scenario: View the burndown chart from the backlogs dashboard
Given I am on the burndown for "Sprint 002"
Given I am on the master backlog
And I open the "Sprint 002" backlogs menu
When I follow "Burndown Chart" within the "Sprint 002" menu
Then I should see the burndown chart for sprint "Sprint 002"
@javascript

Loading…
Cancel
Save