Skip to content

Instantly share code, notes, and snippets.

@smcabrera
Created October 28, 2015 04:56
Show Gist options
  • Select an option

  • Save smcabrera/db5f9b6c9920ea188545 to your computer and use it in GitHub Desktop.

Select an option

Save smcabrera/db5f9b6c9920ea188545 to your computer and use it in GitHub Desktop.
def has_event_space_start_date?(date)
lead.reload
within '[data-role=event_space_start_date]' do
page.has_content?(date) && lead.event_space_start_date == date
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment