summaryrefslogtreecommitdiff
path: root/features/project/issues/labels.feature
blob: 5a20bfd6d14f8e7a3fb97d0d0e7c6424d6f2ea6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"