Miguel Camba
Miguel Camba
I'm a bit reluctant to add fixes for specific phantomjs bugs now that the project is officially defunct ([the maintainer abandoned](https://groups.google.com/forum/#!topic/phantomjs/9aI5d-LDuNE)). @rwjblue What do you think? I'd rather consider phantom...
I believe that some work was done to better mimic browser behaviour: https://github.com/cibernox/ember-native-dom-helpers/commit/3d741374746917970d36fb1559fbabe325f03696 @RuslanZavacky Do you recall what was the change?
@brandynbennett If it's possible, I'd recomend trying headless chrome instead of phantom. Faster, more reliable. We haven't decided yet if this is something we want to fix.
I'd like to add something. The repo is not that is unmaintained, but it was mostly an experiment to bikeshed the API of the so called [Grand Testing Unification](https://github.com/rwjblue/rfcs/blob/42/text/0000-grand-testing-unification.md). This...
If you are able to, I'd recommend stop using the `triggerEvent` from this addon and instead use the one in `@ember/test-helpers` (note: It required ember-cli-qunit 4.3 or greater). The helpers...
I also lean to think that click should remain "bare metal" and just forward options to the event, since it's pretty easy to create an utility like @Turbo87 did. With...
That immediate resolution was added in #97 to avoid the 10ms delay for checking something that might already be true. I don't have strong feelings, but I think that it...
@simonihmig Did you do it for solving a problem?
If asynchronously is important them I'm all for removing it.
@iezer That is what I'm doing here: https://github.com/cibernox/ember-native-dom-helpers/pull/145/files#diff-36ccf1b6880df69c7336caa0370773df I'll try to find time to finish it tomorrow or on saturday.