spec/features/javascript/metadata_admin_spec.rb in blacklight-spotlight-0.7.2 vs spec/features/javascript/metadata_admin_spec.rb in blacklight-spotlight-0.8.0
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
feature 'Metadata Administration', js: true do
- let(:exhibit) { FactoryGirl.create(:default_exhibit) }
+ let(:exhibit) { FactoryGirl.create(:exhibit) }
let(:admin) { FactoryGirl.create(:exhibit_admin, exhibit: exhibit) }
before { login_as admin }
describe 'Select/Deselect all button' do
it 'deselects all checkboxes when all are selected' do
visit spotlight.edit_exhibit_metadata_configuration_path exhibit