ember-test-with-data icon indicating copy to clipboard operation
ember-test-with-data copied to clipboard

Create Integration test helper to initialize components to work with auto-tagging

Open kylemellander opened this issue 8 years ago • 1 comments

Currently, when running integration tests, the updated component is not initialized, which makes any component based data-test attributes not show up. We should write an initializer (or even just docs explaining how) that can be run in integration tests to run the initializer in the tests, so that data-test attributes are populated.

kylemellander avatar Dec 03 '16 04:12 kylemellander

I am willing to help if you point me (in source code) to the right direction.

kashiif avatar Dec 05 '16 05:12 kashiif