From 8321a4d41fb760c6ac4c91aea3dd757eea953c21 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Thu, 11 Sep 2014 22:53:21 +0200 Subject: Remove duplicated labels step --- features/project/issues/labels.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/project') 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 -- cgit v1.2.1