ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Tests are failing on Firefox

Open jelhan opened this issue 6 years ago • 1 comments

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 avatar Mar 17 '19 09:03 jelhan

@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.

danilo-p avatar Jun 07 '19 13:06 danilo-p