Skip to content

Commit

Permalink
Merge pull request #369 from pulibrary/classics-graduate-study-room-a…
Browse files Browse the repository at this point in the history
…ccessibility

[#176] Classics graduate study room accessibility spec
  • Loading branch information
christinach authored Dec 4, 2024
2 parents 9d00572 + cf021e7 commit 0c6bfdd
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 @@ -114,5 +114,13 @@
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end

context 'when assigning users to the classics graduate study room' do
it 'complies with wcag' do
visit '/study_rooms/assign_users?general_area=Classics+Graduate+Study+Room'
expect(page).to be_axe_clean
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end
end
end

0 comments on commit 0c6bfdd

Please sign in to comment.