Skip to content

Commit

Permalink
rspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 30, 2024
1 parent d7c89e3 commit a0407f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0407f0

Please sign in to comment.