Skip to content

Commit 5c6409d

Browse files
Fix a11y test properly
1 parent 5906bf7 commit 5c6409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accessibility/test_accessibility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ def test_accessibility_of_the_roadmap_page(server_url):
7878
def test_accessibility_of_the_accessibility_statement_page(server_url):
7979
accessibility_test(server_url + "/accessibility-statement")
8080

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

0 commit comments

Comments
 (0)