Created
October 30, 2015 23:20
-
-
Save smcabrera/9ea64459316fc0947e59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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