From 107704c54359d98c42fe92e6082c6be70b620d61 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Thu, 12 May 2011 13:56:16 +0200 Subject: [PATCH] fix cuke: using user way to test for burndown graph from dashboard --- features/team_member.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/features/team_member.feature b/features/team_member.feature index ebc8772fc8..4937478ba7 100644 --- a/features/team_member.feature +++ b/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