From 3d96bfaa8aa24f6ecdfb6c2e4189b01bb0ce1b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila?= Date: Mon, 22 Feb 2016 13:17:38 -0500 Subject: Don't repeat labels listed on Labels tab. --- features/project/milestone.feature | 1 + 1 file changed, 1 insertion(+) (limited to 'features/project') diff --git a/features/project/milestone.feature b/features/project/milestone.feature index e0f4c0e9d7c..713f0f3b979 100644 --- a/features/project/milestone.feature +++ b/features/project/milestone.feature @@ -13,6 +13,7 @@ Feature: Project Milestone Given I visit project "Shop" milestones page And I click link "v2.2" Then I should see the labels "bug", "enhancement" and "feature" + And I should see the "bug" label listed only once @javascript Scenario: Listing labels from labels tab -- cgit v1.2.1