Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-26 11:37:54 +0300
committerPhil Hughes <me@iamphill.com>2016-06-09 19:19:14 +0300
commitb0a80f69e3f96b4f259a8b4ee9cedc7e6b64745a (patch)
treeec2d4d65d796e82d22fe1a4095c5976d6d4b4a29 /features/steps
parent8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0 (diff)
Fixed failing label subscribe test
Diffstat (limited to 'features/steps')
-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