diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-26 09:37:54 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-09 17:19:14 +0100 |
commit | b0a80f69e3f96b4f259a8b4ee9cedc7e6b64745a (patch) | |
tree | ec2d4d65d796e82d22fe1a4095c5976d6d4b4a29 /features/steps | |
parent | 8e8ec82d35a1e905d95b96dfb476e00eff2f9bc0 (diff) | |
download | gitlab-ce-b0a80f69e3f96b4f259a8b4ee9cedc7e6b64745a.tar.gz |
Fixed failing label subscribe testlabels-ui-fix
Diffstat (limited to 'features/steps')
-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 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 |