diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-09-12 19:03:47 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-09-12 19:03:47 +0200 |
commit | 1fd58c84a027e62df0ec3cc0ff7e45bcf8965255 (patch) | |
tree | 89cec44d3f4d7cbe08d35704e81f473296a53bc9 /features/project | |
parent | 5ac019946f327852d9c355bbe95de1f0c1cfad59 (diff) | |
parent | 8321a4d41fb760c6ac4c91aea3dd757eea953c21 (diff) | |
download | gitlab-ce-1fd58c84a027e62df0ec3cc0ff7e45bcf8965255.tar.gz |
Merge pull request #7741 from Razer6/refactor/remove_duplicate_steps
[Refactor] Remove duplicated labels step
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/labels.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/project/issues/labels.feature b/features/project/issues/labels.feature index bdc1646ff12..a9fe1595fc5 100644 --- a/features/project/issues/labels.feature +++ b/features/project/issues/labels.feature @@ -6,8 +6,8 @@ Feature: Project Labels Given I visit project "Shop" labels page Scenario: I should see labels list - Then I should see label "bug" - And I should see label "feature" + Then I should see label 'bug' + And I should see label 'feature' Scenario: I create new label Given I visit project "Shop" new label page |