gitlab-org--gitlab-foss/features/project/issues/labels.feature

11 lines
324 B
Gherkin
Raw Normal View History

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