Add Feature for milestone issue filter

Closes #1167
This commit is contained in:
Robert Speicher 2012-10-10 13:06:54 -04:00
parent 7d145adf35
commit bf1554f8c4
2 changed files with 30 additions and 0 deletions

View file

@ -16,3 +16,11 @@ Feature: Project Milestones
Given I click link "New Milestone"
And I submit new milestone "v2.3"
Then I should see milestone "v2.3"
@javascript
Scenario: Listing closed issues
Given the milestone has open and closed issues
And I click link "v2.2"
Then I should see 3 issues
When I click link "All Issues"
Then I should see 4 issues