Skip to content

Commit

Permalink
Change the error link data-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd committed Jan 15, 2025
1 parent bd1b0e0 commit 7951454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/generate_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"""

ANSWER_SINGLE_ERROR_LINK_GETTER = r""" singleErrorLink() { return `p[data-qa="error-list"]`; }
ANSWER_SINGLE_ERROR_LINK_GETTER = r""" singleErrorLink() { return `p[data-qa="error-link-1"]`; }
"""

Expand Down

0 comments on commit 7951454

Please sign in to comment.