Skip to content

Commit

Permalink
[#176] Create study room assignments page accessibility spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vh8154 committed Dec 3, 2024
1 parent 05cf368 commit 3213ea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/features/accessibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,13 @@
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end

context 'when visiting the study room assignments page' do
it 'complies with wcag' do
visit '/study_room_assignments'
expect(page).to be_axe_clean
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end
end
end

0 comments on commit 3213ea2

Please sign in to comment.