zfoster / corgi

Social Event Calendar System
meetmadi.com
Other
3 stars 2 forks source link

Datetimepicker FTW #120

Closed mbrakken closed 11 years ago

mbrakken commented 11 years ago

This fail is because the interaction of the form is different:

Failure/Error: select '2013', from: 'event[start_time(1i)]' Capybara::ElementNotFound: Unable to find select box "event[start_time(1i)]"

It was all selectors before. Now it's a text field that initiates a widget. I suppose I can just have the test type in a date.

mbrakken commented 11 years ago

I'm not sure how the datetime widget will work with tests.