Skip to content

Commit

Permalink
Merge pull request #6628 from samvera/updates_lease_spec
Browse files Browse the repository at this point in the history
Adds creator to `spec/features/lease_spec.rb`.
  • Loading branch information
dlpierce authored Jan 23, 2024
2 parents 8eaa103 + 39b2b30 commit c2534de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/lease_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
it 'can be created, displayed and updated', :clean_repo, :workflow do
visit '/concern/generic_works/new'
fill_in 'Title', with: 'Lease test'
fill_in 'Creator', with: 'Doe, Jane'
choose 'Lease'
fill_in 'generic_work_lease_expiration_date', with: future_date
select 'Public', from: 'Is available to'
Expand Down

0 comments on commit c2534de

Please sign in to comment.