Skip to content

Commit

Permalink
TDLR-2526 - fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoodmon committed Dec 2, 2023
1 parent 37d3795 commit fb6070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/create_collection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
expect(page).to have_content "Call Number"
expect(page).to have_content call_number
expect(page).to have_content "Finding Aid"
expect(page).to have_content finding_ai
expect(page).to have_content finding_aid

# Call Number and Finding Aid are displayed on the Collection page outside the admin dashboard
c = Collection.last
Expand Down

0 comments on commit fb6070a

Please sign in to comment.