Skip to content

Commit

Permalink
[#4692] Update the publication facet spec to test the submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Jan 23, 2025
1 parent 3dd9f7c commit bb9696c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/features/facets_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@
end

describe 'publication date facet' do
describe 'view larger option' do
describe 'it has a submit button' do
it 'shows a large version of the slider' do
visit '/?f[format][]=Book'
click_button 'Publication year'
click_link 'View larger'
expect(page).to have_selector('.modal-body .range_limit')
expect(page).to have_selector('.submit')
end
end
end
Expand Down

0 comments on commit bb9696c

Please sign in to comment.