Commit b0a80f69 authored by Phil Hughes's avatar Phil Hughes

Fixed failing label subscribe test

parent 8e8ec82d
...@@ -29,6 +29,6 @@ class Spinach::Features::Labels < Spinach::FeatureSteps ...@@ -29,6 +29,6 @@ class Spinach::Features::Labels < Spinach::FeatureSteps
private private
def subscribe_button def subscribe_button
first('.js-subscribe-button span', visible: true) first('.js-subscribe-button', visible: true)
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment