Fix up test failures in Chrome & Firefox

This commit is contained in:
James Mason 2018-10-25 16:16:56 -07:00
parent 998ad00d83
commit cbcfbe4cec
No known key found for this signature in database
GPG key ID: 1B3951886C449023
29 changed files with 145 additions and 78 deletions

View file

@ -22,7 +22,7 @@ feature Program do
fill_in 'program_rating', with: '4'
click_button 'Update Program'
page.find('#flash')
# Validations
expect(flash)
.to eq('The program was successfully updated.')