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-25 17:08:00 +0300
committerPhil Hughes <me@iamphill.com>2016-06-09 19:19:14 +0300
commit8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0 (patch)
tree14aa0cf10271758078c710af7c56d9fd74a74514 /features
parent9830f9a23b8b212132b624b5d687c3cb815fd50d (diff)
Tests update
Diffstat (limited to 'features')
-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 eff05783bcf..59a780073c3 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('.label-subscribe-button span', visible: true)
+ first('.js-subscribe-button span', visible: true)
end
end