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
ember-cli-page-object v1.17.11 relies on ember-native-dom-helpers. The ember-native-dom-helpers package is end-of-life and relies on ember-cli-babel@6, which is a problem for upgrading to Ember 4.
It's unlikely, that ember-native-dom-helpers will be removed in scope of v1. I'd suggest to give a try to the v2.0.0-beta.4 which doesn't have ember-native-dom-helpers as a dependency anymore.
ember-cli-page-object v1.17.11 relies on ember-native-dom-helpers. The ember-native-dom-helpers package is end-of-life and relies on ember-cli-babel@6, which is a problem for upgrading to Ember 4.
A solution would be to replace the use of ember-native-dom-helpers by @ember/test-helpers, as it is the suggested way forward from ember-native-dom-helpers: cibernox/ember-native-dom-helpers#147.
The text was updated successfully, but these errors were encountered: