Skip to content

Commit

Permalink
rm raise expr
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed May 25, 2024
1 parent 1734f47 commit 7f83db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_a11y_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_dialogs(lorenz, dialog):
lorenz.page.click(dialog)
test = lorenz.run()
try:
raise test.raises()
test.raises()
except* AxeViolation["serious-color-contrast-enhanced"]:
...
except* AxeViolation["serious-target-size"]:
Expand Down

0 comments on commit 7f83db0

Please sign in to comment.