Fix up test failures in Chrome & Firefox
This commit is contained in:
parent
b72bb8a0ed
commit
1b9a12746d
29 changed files with 145 additions and 78 deletions
|
|
@ -23,7 +23,7 @@ feature Room do
|
|||
fill_in 'room_size', with: '100'
|
||||
|
||||
click_button 'Create Room'
|
||||
|
||||
page.find('#flash')
|
||||
# Validations
|
||||
expect(flash).to eq('Room successfully created.')
|
||||
within('table#rooms') do
|
||||
|
|
@ -42,7 +42,7 @@ feature Room do
|
|||
fill_in 'room_size', with: '100'
|
||||
|
||||
click_button 'Update Room'
|
||||
|
||||
page.find('#flash')
|
||||
# Validations
|
||||
expect(flash).to eq('Room successfully updated.')
|
||||
within('table#rooms') do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue