Fix a scenario in scrum_master.feature

pull/6827/head
Mark Maglana 14 years ago
parent 7f5c6ef3ff
commit e0c5ab92af
  1. 2
      app/controllers/rb_burndown_charts_controller.rb
  2. 2
      features/scrum_master.feature

@ -1,3 +1,5 @@
include RbCommonHelper
class RbBurndownChartsController < RbApplicationController
unloadable

@ -92,7 +92,7 @@ Feature: Scrum Master
Scenario: Download printable cards for the product backlog
Given I have selected card label stock Avery 7169
And I am viewing the issues list
When I download the product backlog cards
When I follow "Printable cards"
Then the request should complete successfully
Scenario: Download printable cards for the task board

Loading…
Cancel
Save