Skip to content

Commit

Permalink
Merge pull request #362 from pulibrary/awaiting-assignments-accessibi…
Browse files Browse the repository at this point in the history
…lity

[#176] Create awaiting assignment accessibility spec
  • Loading branch information
christinach authored Nov 19, 2024
2 parents 6b4906f + 45a42ff commit 2ebd606
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 @@ -66,5 +66,13 @@
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end

context 'when visiting locker applications awaiting assignment page' do
it 'complies with wcag' do
visit '/locker_applications/awaiting_assignment'
expect(page).to be_axe_clean
.according_to(:wcag2a, :wcag2aa, :wcag21a, :wcag21aa)
end
end
end
end

0 comments on commit 2ebd606

Please sign in to comment.