Skip to content

Commit

Permalink
Fix a11y test properly
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjmesser authored Jan 15, 2025
1 parent 5906bf7 commit 5c6409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accessibility/test_accessibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ def test_accessibility_of_the_roadmap_page(server_url):
def test_accessibility_of_the_accessibility_statement_page(server_url):
accessibility_test(server_url + "/accessibility-statement")

def test_accessibility_of_the_accessibility_statement_page(server_url):
def test_accessibility_of_the_terms_and_conditions_page(server_url):
accessibility_test(server_url + "/terms-and-conditions")

0 comments on commit 5c6409d

Please sign in to comment.