Fix up test failures in Chrome & Firefox

This commit is contained in:
James Mason 2018-10-25 16:16:56 -07:00
parent b72bb8a0ed
commit 1b9a12746d
29 changed files with 145 additions and 78 deletions

View file

@ -21,7 +21,7 @@ feature SponsorshipLevel do
fill_in 'sponsorship_level_title', with: 'Platin'
click_button 'Create Sponsorship level'
page.find('#flash')
# Validations
expect(flash).to eq('Sponsorship level successfully created.')
within('table#sponsorship_levels') do
@ -39,7 +39,7 @@ feature SponsorshipLevel do
fill_in 'sponsorship_level_title', with: 'Gold'
click_button 'Update Sponsorship level'
page.find('#flash')
# Validations
expect(flash).to eq('Sponsorship level successfully updated.')
within('table#sponsorship_levels') do