Skip to content

Commit

Permalink
allow for no guest coll
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 23, 2024
1 parent c847467 commit c4403ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test/demo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,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(guest_collections.first)
visit_collection(coll)
expect(@session.title).to eq('Unauthorized (401)')
end
Expand Down

0 comments on commit c4403ba

Please sign in to comment.