Skip to content

Instantly share code, notes, and snippets.

@smcabrera
Created October 30, 2015 23:20
Show Gist options
  • Select an option

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

Select an option

Save smcabrera/9ea64459316fc0947e59 to your computer and use it in GitHub Desktop.
def has_specific_event_space_end_date?(event_space_end_date)
within '[data-role="event-space-end-date"]' do
page.has_content? event_space_end_date
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment