From a0407f08a3103188d8871e70ae6f22f5661aeb1d Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 30 Aug 2024 11:35:50 -0700 Subject: [PATCH] rspec fix --- spec/features/collection_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/collection_spec.rb b/spec/features/collection_spec.rb index c2d51aa75..fed27174a 100644 --- a/spec/features/collection_spec.rb +++ b/spec/features/collection_spec.rb @@ -85,6 +85,7 @@ find('input#title').set('sample file') find('input#author').set('sample author') find_button('Submit').click + sleep 1 expect(page.title).to include('Add Object') expect(find('p.error-message')).to have_content('You must choose a filename to submit.') end