Feature: Labels page. Index page

This commit is contained in:
randx 2012-08-24 13:05:40 +03:00
parent 14bd9c9228
commit 3dd7703b80
7 changed files with 81 additions and 1 deletions

View file

@ -0,0 +1,13 @@
Feature: Labels
Background:
Given I signin as a user
And I own project "Shop"
And project "Shop" have issues tags:
| name |
| bug |
| feature |
Given I visit project "Shop" labels page
Scenario: I should see active milestones
Then I should see label "bug"
And I should see label "feature"