Bump capybara (2.18.0 → 3.11.0)

This commit is contained in:
gregoirenovel 2018-09-12 22:25:57 +02:00
parent 94b6783a65
commit 478fb88618
3 changed files with 11 additions and 9 deletions

View file

@ -22,7 +22,7 @@ feature 'The user' do
# fill data
fill_in('text', with: 'super texte')
fill_in('textarea', with: 'super textarea')
fill_in('date', with: '2012-12-12')
fill_in('date', with: '12-12-2012')
select_date_and_time(Time.zone.parse('06/01/1985 7h05'), form_id_for('datetime'))
fill_in('number', with: '42')
check('checkbox')