gitlabhq/features/project/issues/labels.feature

11 lines
315 B
Gherkin
Raw Normal View History

Feature: Project Labels
2012-08-24 12:05:40 +02:00
Background:
Given I sign in as a user
2012-08-24 12:05:40 +02:00
And I own project "Shop"
And project "Shop" have issues tags: "bug", "feature"
Given I visit project "Shop" labels page
2012-08-24 12:05:40 +02:00
Scenario: I should see active milestones
Then I should see label "bug"
And I should see label "feature"