You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! first of all thanks for the great addon! It makes testing markup agnostic which is something I love! <3
I had a look to the production build though, and I could still see some test selectors in there, so I put together this repo so you can reproduce the issue.
Steps to reproduce:
Run ember build --prod
Have a look in the files that were generated, you will be able to see the data-test-component there
Is this intended ? I was expecting the test selector not to be there right ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi ! first of all thanks for the great addon! It makes testing markup agnostic which is something I love! <3
I had a look to the production build though, and I could still see some test selectors in there, so I put together this repo so you can reproduce the issue.
Steps to reproduce:
ember build --prod
data-test-component
thereIs this intended ? I was expecting the test selector not to be there right ?
Thanks !
The text was updated successfully, but these errors were encountered: