blob: e601a41bfc4ac96c396279dc834c5394d960a64b (
plain)
1
2
3
4
5
6
7
8
9
10
|
Feature: Project Labels
Background:
Given I sign in as a user
And I own project "Shop"
And project "Shop" have issues tags: "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"
|