spec/features/home_page_spec.rb in blacklight-spotlight-3.0.0.rc1 vs spec/features/home_page_spec.rb in blacklight-spotlight-3.0.0.rc2

- old
+ new

@@ -8,10 +8,10 @@ it 'exists by default on exhibits' do visit spotlight.exhibit_dashboard_path(exhibit) click_link 'Feature pages' expect(page).to have_selector 'h2', text: 'Homepage' - expect(page).to have_selector 'h3.card-title', text: 'Exhibit Home' + expect(page).to have_selector 'h3.card-title', text: 'Exhibit home' end it 'allows users to edit the home page title' do visit spotlight.exhibit_dashboard_path(exhibit) click_link 'Feature pages'