From 121886f96804515e16c0f9e2399e9794d372efa2 Mon Sep 17 00:00:00 2001 From: Mike Korcynski Date: Thu, 30 Nov 2023 16:54:48 -0500 Subject: [PATCH] wip --- spec/features/collection_actions_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/features/collection_actions_spec.rb b/spec/features/collection_actions_spec.rb index 42fdabd..09d98ba 100644 --- a/spec/features/collection_actions_spec.rb +++ b/spec/features/collection_actions_spec.rb @@ -28,7 +28,7 @@ def course_collections end context 'button existence and permissions' do - scenario 'show screen should have the right buttons and not the wrong ones', js: true, noci_local: true do + scenario 'show screen should have the right buttons and not the wrong ones', noci_local: true do visit collection_page buttons = find('.show-collection-buttons') expect(buttons).not_to have_content('Download PDF') @@ -45,7 +45,7 @@ def course_collections expect(buttons).to have_content('Download Powerpoint') end - scenario 'can copy and download other peoples collections, but cant manage them', js: true, noci_local: true do + scenario 'can copy and download other peoples collections, but cant manage them', noci_local: true do other_coll = create(:personal_collection) other_coll.add_member_objects([image.id]) @@ -58,7 +58,7 @@ def course_collections expect(buttons).to have_content('Download Powerpoint') end - scenario 'edit screen should have the right buttons and not the wrong ones', js: true, noci_local: true do + scenario 'edit screen should have the right buttons and not the wrong ones', noci_local: true do user.add_role('admin') visit dashboard_page