You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I had ember-power-select 1.10 installed, before I installed ember-power-select-with-create. Everything works fine, but my integration tests stopped working. Every test that uses the clickTrigger() function, doesn't work anymore. Clicking manually still works fine
I get this error in console:
Uncaught (in promise) TypeError: (0 , _testHelpers.click) is not a function
at _callee4$ (helpers.js:219)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:337)
at Generator.prototype.(:7357/369/tests/anonymous function) [as next] (http://localhost:7357/assets/vendor.js:5435:21)
at step (helpers.js:91)
at helpers.js:109
at new Promise (<anonymous>)
at helpers.js:88
at clickTrigger (helpers.js:230)
at Object.<anonymous> (assigned-users-card-test.js:82)
My working workaround for now is to import click from ember/test-helpers, and overriding the clickTrigger function. It's a really unpleasant solution though
The text was updated successfully, but these errors were encountered:
So, I had ember-power-select 1.10 installed, before I installed ember-power-select-with-create. Everything works fine, but my integration tests stopped working. Every test that uses the clickTrigger() function, doesn't work anymore. Clicking manually still works fine
I get this error in console:
My working workaround for now is to import click from ember/test-helpers, and overriding the clickTrigger function. It's a really unpleasant solution though
The text was updated successfully, but these errors were encountered: