emberobserver / client

http://emberobserver.com/
124 stars 65 forks source link

Use ember-test-selectors instead of `test-` CSS class names #209

Open pgengler opened 3 years ago

pgengler commented 3 years ago

We're currently using a bunch of test--prefixed CSS class names as selectors in tests; these should be replaced with data-test- attributes and the ember-test-selectors addon.

claeusdev commented 2 years ago

hi @pgengler i can take this up