Skip to content

Commit

Permalink
Add missing expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Aug 22, 2023
1 parent 39eaab6 commit 623cef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/features/create_general_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
expect(page).to have_content 'Reviewer reviewer ORCID: reviewer orcid'
expect(page).to have_content 'Related resource URL something.com'
expect(page).to have_content 'Rights holder an author'
expect(page).to have_content 'Rights notes some rights notes'
expect(page).to have_content 'Rights statement In Copyright'
expect(page).to have_content 'Series a series'
expect(page).to have_content 'Sponsor a sponsor'
Expand Down
1 change: 1 addition & 0 deletions spec/features/create_honors_thesis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@

first('.document-title', text: 'Test HonorsThesis work').click
expect(page).to have_content 'Abstract an abstract'
expect(page).to have_content 'Access right some access'
expect(page).to have_content 'Advisor advisor ORCID: advisor orcid'
expect(page).to have_content 'Affiliation:'
expect(page).to have_content 'College of Arts and Sciences'
Expand Down

0 comments on commit 623cef4

Please sign in to comment.