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
|
|
@ -16,7 +16,7 @@ feature Contact do
|
|||
visit edit_admin_conference_contact_path(conference.short_title)
|
||||
fill_in 'contact_' + field_name, with: field_value
|
||||
click_button 'Update Contact'
|
||||
|
||||
page.find('#flash')
|
||||
expect(flash)
|
||||
.to eq('Contact details were successfully updated.')
|
||||
contact.reload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue