Browser-laptop: Add a prefix/suffix for classes which are used for automated tests only

Created on 12 Dec 2016  路  3Comments  路  Source: brave/browser-laptop

Expected behavior:
Add a prefix/suffix for classes which are used for automated tests only, eg. test__. It would help to avoid unexpected regressions.

  • Any related issues:
automated-tests

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.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings