ember-table
ember-table copied to clipboard
Tests are failing on Firefox
As #666 demonstrates tests aren't passing on Firefox. I'm also facing flickering tests in Firefox for an application using ember-table. So this doesn't seem to be an issue with test setup only.
In my application I'm seeing similar issues for IE 11 and Safari but not for Edge. But I would recommend to fix Firefox before cause automated testing for that ones is more complicated as it would require BrowserStack or SauceLabs.
@jelhan I just experienced problems with tests involving ember-table rows failing randomly. I found the ember-tbody renderAll property at the docs:
https://opensource.addepar.com/ember-table/latest/docs/api/components/ember-tbody#renderAll
It looks like ember-table does some kind of rows rendering on demand to increase performance. Enabling it in test env fixed the issues.