summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-26 09:37:54 +0100
committerPhil Hughes <me@iamphill.com>2016-06-09 17:19:14 +0100
commitb0a80f69e3f96b4f259a8b4ee9cedc7e6b64745a (patch)
treeec2d4d65d796e82d22fe1a4095c5976d6d4b4a29
parent8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0 (diff)
downloadgitlab-ce-labels-ui-fix.tar.gz
Fixed failing label subscribe testlabels-ui-fix
-rw-r--r--features/steps/project/labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/labels.rb b/features/steps/project/labels.rb
index 59a780073c3..118ffef4774 100644
--- a/features/steps/project/labels.rb
+++ b/features/steps/project/labels.rb
@@ -29,6 +29,6 @@ class Spinach::Features::Labels < Spinach::FeatureSteps
private
def subscribe_button
- first('.js-subscribe-button span', visible: true)
+ first('.js-subscribe-button', visible: true)
end
end