adopted-ember-addons / ember-collection

An efficient incremental rendering component for Ember.js with support for custom layouts and large lists
https://ember-collection.netlify.app/
MIT License
236 stars 84 forks source link

Ember.js Test: Render component inside component #197

Closed negideepak closed 3 years ago

negideepak commented 3 years ago

I have a situation where I have written test cases for two components, and both components test cases passed successfully.

Now, I want to run actually as then run

lets say: comp2 renders inside comp1 on a button click

1) How can I render one test component inside another 2) Can the child-test-component send information to @parent-test-component on successful completion of its test case

@rwjblue sir