mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
14 lines
342 B
Gherkin
14 lines
342 B
Gherkin
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"
|