Skip to content

Commit

Permalink
remove passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Jun 7, 2024
1 parent b571e94 commit 0259264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_a11y_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def test_axe(page, config, nb):
"""

page.from_notebook(NOTEBOOKS / nb, CONFIGURATIONS / config)
assert page.test_axe(exclude=S.THIRD_PARTY).xfail(color_contrast_enhanced)
assert page.test_axe(exclude=S.THIRD_PARTY).xfail()

0 comments on commit 0259264

Please sign in to comment.