summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-15 13:17:14 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-15 13:31:18 -0600
commitee63415c741b7c5f061f79212c74564b2ddb01a6 (patch)
tree4006956d82a644a55a93acd90894a6318bb931c7 /features/project
parentf1710bd131a040ef9104a1ff1a804b35c9568550 (diff)
downloadgitlab-ce-ee63415c741b7c5f061f79212c74564b2ddb01a6.tar.gz
Delete labels spinach test bc covered by rspec
Diffstat (limited to 'features/project')
-rw-r--r--features/project/labels.feature15
1 files changed, 0 insertions, 15 deletions
diff --git a/features/project/labels.feature b/features/project/labels.feature
deleted file mode 100644
index 955bc3d8b1b..00000000000
--- a/features/project/labels.feature
+++ /dev/null
@@ -1,15 +0,0 @@
-@labels
-Feature: Labels
- Background:
- Given I sign in as a user
- And I own project "Shop"
- And project "Shop" has labels: "bug", "feature", "enhancement"
- When I visit project "Shop" labels page
-
- @javascript
- Scenario: I can subscribe to a label
- Then I should see that I am not subscribed to the "bug" label
- When I click button "Subscribe" for the "bug" label
- Then I should see that I am subscribed to the "bug" label
- When I click button "Unsubscribe" for the "bug" label
- Then I should see that I am not subscribed to the "bug" label