Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions spec/features/accessibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
end
end

context 'with results that display a request button' do
before { visit search_catalog_path q: 'soils' }

it 'is accessible' do
expect(page).to be_accessible.within('main')
end
end

context 'with zero results' do
before { visit search_catalog_path q: 'sdfsda', search_field: 'search_author' }

Expand Down
Loading