Bump capybara (2.18.0 → 3.11.0)
This commit is contained in:
parent
94b6783a65
commit
478fb88618
3 changed files with 11 additions and 9 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue