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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue