Skip to content

Commit

Permalink
reskip 2.2aa specs
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jun 18, 2024
1 parent 1da6fe0 commit 2f7f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/accessibility_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def load_site_urls
end

# Berkeley: (June 2024) these tests are skipped until the basic tests are passing.
it 'according to WCAG 2.2 AA' do
it 'according to WCAG 2.2 AA', :skip do
expect(page).to be_axe_clean
.according_to(*complete_a11y_standards)
.skipping(*skipped_rules)
Expand Down

0 comments on commit 2f7f01d

Please sign in to comment.