diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-25 15:08:00 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-09 17:19:14 +0100 |
commit | 8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0 (patch) | |
tree | 14aa0cf10271758078c710af7c56d9fd74a74514 /features | |
parent | 9830f9a23b8b212132b624b5d687c3cb815fd50d (diff) | |
download | gitlab-ce-8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0.tar.gz |
Tests update
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/labels.rb | 2 |
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 |