davidphilip
davidphilip
Also seeing this everytime I use the `click()` helper with a `paper-button` inside the tests.
I also experience a similar issue. Assume a model `person` with a hasMany relation to `roles`. When adding one role to the model `person.changed()` yields `{ roles: true }` but...
The `only()` option didn't work for me neither...
Check out this draft PR #96 :)
Is there anything I can do so we can move forward with this?
I had to add ".js" to the compiler-filename otherwise app.import would've thrown an error that I didn't pass a file. So instead of: ``` app.import(path.join(app.bowerDirectory, 'ember', 'ember-template-compiler')); ``` use ```...
+1 :)
Same issue here.
I will add a PR for this.