Issue Labels: Edit, show, index + filter
This commit is contained in:
parent
4c1f435ab7
commit
1b1e77c728
12 changed files with 93 additions and 29 deletions
|
@ -0,0 +1,12 @@
|
|||
Feature: Issues
|
||||
Background:
|
||||
Given I signin as a user
|
||||
And I own project "Shop"
|
||||
And project "Shop" have "Release 0.4" open issue
|
||||
And project "Shop" have "Release 0.3" closed issue
|
||||
And I visit project "Shop" issues page
|
||||
|
||||
Scenario: I should see open issues
|
||||
Given I should see "Release 0.4" open issue
|
||||
And I should not see "Release 0.3" closed issue
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue