Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Laddusaw committed Dec 18, 2024
1 parent 8efaea4 commit 7e368a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/advanced_searching_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
holding_location = find_field('advanced_location_s')
holding_location.click
drop_down = holding_location.sibling(".dropdown-menu")
expect(drop_down).to have_content("pul")
expect(drop_down).to have_content("All Princeton Holdings")
end

it 'allows searching by publication date', js: true do
Expand Down

0 comments on commit 7e368a7

Please sign in to comment.