Expected behavior:
Add a prefix/suffix for classes which are used for automated tests only, eg. test__
. It would help to avoid unexpected regressions.
I believe this isn't valid anymore according to the style guide, since at the end all the classes will be used just for this.
Exactly, thanks for pinging!
correct 馃槃 the replacement (for testing only) would be (per the style guide) to create a new attribute, data-test-id
Most helpful comment
I believe this isn't valid anymore according to the style guide, since at the end all the classes will be used just for this.