Fixed failing label subscribe test

This commit is contained in:
Phil Hughes 2016-05-26 09:37:54 +01:00
parent 8e8ec82d35
commit b0a80f69e3
1 changed files with 1 additions and 1 deletions

View File

@ -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