Closed mbrakken closed 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.
I'm not sure how the datetime widget will work with tests.
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.