spec/features/exhibits/administration_spec.rb in blacklight-spotlight-0.8.2 vs spec/features/exhibits/administration_spec.rb in blacklight-spotlight-0.9.0

- old
+ new

@@ -10,10 +10,10 @@ before { login_as admin } describe 'Contact Emails' do it 'has breadcrumbs' do visit spotlight.edit_exhibit_path(exhibit) - expect(page).to have_breadcrumbs 'Home', 'Administration', 'Settings' + expect(page).to have_breadcrumbs 'Home', 'Configuration', 'General' end it 'has a blank input field when there are no contacts yet' do visit spotlight.edit_exhibit_path(exhibit) expect(page).to have_css('input.exhibit-contact')