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

@ -15,7 +15,7 @@ feature 'Has correct abilities' do
scenario 'for administration views' do
visit admin_conference_path(conference.short_title)
page.find('#flash')
expect(current_path).to eq root_path
expect(flash).to eq 'You are not authorized to access this page.'
end