parent
7d145adf35
commit
bf1554f8c4
2 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue