Suggestions for data-test attribute naming conventions? #18804
PenguinDetective
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so we have a large codebase, where one page could have several tabs and subtabs. You might already noticed then that using simple
data-test="submit"
ordata-test="open_modal_button"
are not sufficient for such a page.Therefore, what naming conventions have you used for the data-test attributes, to separate multiple attributes throughout a single rendered page?
Beta Was this translation helpful? Give feedback.
All reactions