diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-26 08:37:50 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-26 12:23:29 +0100 |
commit | 45e5d12122ac04d7558c84e47003fc8c85a9dddd (patch) | |
tree | db75c6542ec645b905d75581b0f36d8b89b536cc /features/project | |
parent | 3c077fad8367264bed3b33fafa537d5c75c4c249 (diff) | |
download | gitlab-ce-45e5d12122ac04d7558c84e47003fc8c85a9dddd.tar.gz |
Fixed spinach tests
Removed a spinach test as it wasn't actually testing what it said it should be
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/milestone.feature | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/features/project/milestone.feature b/features/project/milestone.feature index 713f0f3b979..5e7b211fa27 100644 --- a/features/project/milestone.feature +++ b/features/project/milestone.feature @@ -7,14 +7,6 @@ Feature: Project Milestone And milestone has issue "Bugfix1" with labels: "bug", "feature" And milestone has issue "Bugfix2" with labels: "bug", "enhancement" - - @javascript - Scenario: Listing issues from issues tab - 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 Given I visit project "Shop" milestones page |