diff --git a/spec/features/accessibility_spec.rb b/spec/features/accessibility_spec.rb index cd5bf87..aa7a19f 100644 --- a/spec/features/accessibility_spec.rb +++ b/spec/features/accessibility_spec.rb @@ -122,5 +122,13 @@ .according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa) end end + + context 'when assigning users to the history graduate study room' do + it 'complies with wcag' do + visit '/study_rooms/assign_users?general_area=History+Graduate+Study+Room' + expect(page).to be_axe_clean + .according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa) + end + end end end