Skip to content

Commit

Permalink
Fix feature spec in CI (#415)
Browse files Browse the repository at this point in the history
Update assertions in search_by_mdl_identifier_spec.rb
  • Loading branch information
DanOlson authored Nov 18, 2024
1 parent 2bea2d4 commit 04f720e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/features/search_by_mdl_identifier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
click_on 'Search'
result_link = find_link('A Statewide Movement for the Collection and Preservation of Minnesota\'s War Records')
result_link.click

expect(current_path).to eq('/catalog/spl:3207')
expect(all('.autocompleteText').size).to eq(1)

page_input = page.find('.autocompleteText')
expect(page_input.value).to eq('9')
end
Expand Down

0 comments on commit 04f720e

Please sign in to comment.