Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 30, 2024
1 parent 18680c0 commit cf8f71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/test/demo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@

it 'Verify that the GUEST login user cannot browse collections that are not authorized to the Guest login' do
guest_collections_no_access.each do |coll|
visit_collection(guest_collections.first)
visit_collection(coll)
expect(@session.title).to eq('Unauthorized (401)')
end
Expand Down

0 comments on commit cf8f71c

Please sign in to comment.