Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcy committed Sep 21, 2023
1 parent fcd0ced commit 165931f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/features/add_image_to_collection_from_image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def search_in_and_return_modal
expect(my_coll.member_work_ids).to eq([image.id])
end

scenario 'admins can add images to all collections', noci_local: true, js: true do
scenario 'admins can add images to all collections', noci_local: true, noci: true, js: true do
user.add_role('admin')

my_coll
Expand Down
4 changes: 2 additions & 2 deletions spec/services/tufts/export_manager_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
expect(full_path).to exist_on_filesystem
end

it 'doesnt generate a file if it already exists', noci_local: true do
it 'doesnt generate a file if it already exists', noci_local: true, noci: true do
ppt_files = ppt_manager.export_base_path + '/ppts/*'

expect(Dir[ppt_files].count).to be 0
Expand Down Expand Up @@ -88,7 +88,7 @@
end

describe '#self.delete_all_assets', noci_local: true, slow: true do
xit 'deletes both pdf and ppt files for collection' do
it 'deletes both pdf and ppt files for collection', noci_local: true, noci: true do
pdf_manager = Tufts::ExportManagerService.new(collection, 'pdf')
pdf_file = pdf_manager.instance_variable_get(:@full_path)
pdf_manager.retrieve_asset
Expand Down

0 comments on commit 165931f

Please sign in to comment.