Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-09-12 00:53:21 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-09-12 09:22:30 +0400
commit8321a4d41fb760c6ac4c91aea3dd757eea953c21 (patch)
tree225e87e643359daa79921a2838dc62c40521f9cb /features/project
parent6c9cb565f16a006df7c980eadcd7061edb7b9281 (diff)
Remove duplicated labels step
Diffstat (limited to 'features/project')
-rw-r--r--features/project/issues/labels.feature4
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