spec/features/alternate_controller_spec.rb in blacklight-5.1.1 vs spec/features/alternate_controller_spec.rb in blacklight-5.2.0
- old
+ new
@@ -27,10 +27,10 @@
visit alternate_index_path
page.should have_selector("form[action='#{alternate_index_url}']")
fill_in "q", :with=>"history"
click_button 'search'
expect(page).to have_selector ".document-thumbnail"
- expect(page).to have_selector ".document-thumbnail a[data-counter]"
+ expect(page).to have_selector ".document-thumbnail a[data-context-href]"
expect(page).to have_selector ".document-thumbnail a img"
end
end