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/group | |
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/group')
-rw-r--r-- | features/group/milestones.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/group/milestones.feature b/features/group/milestones.feature index d6c05df9840..1c1539b3e12 100644 --- a/features/group/milestones.feature +++ b/features/group/milestones.feature @@ -38,6 +38,7 @@ Feature: Group Milestones And I should see the "feature" label And I should see the project name in the Issue row + @javascript Scenario: I should see the Labels tab Given Group has projects with milestones When I visit group "Owned" page |