Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usage of ember-native-dom-helpers by @ember/test-helpers #592

Closed
Frank3K opened this issue Nov 2, 2022 · 1 comment
Closed

Replace usage of ember-native-dom-helpers by @ember/test-helpers #592

Frank3K opened this issue Nov 2, 2022 · 1 comment

Comments

@Frank3K
Copy link
Contributor

Frank3K commented Nov 2, 2022

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.

@ro0gr
Copy link
Collaborator

ro0gr commented Nov 2, 2022

Hey @Frank3K 👋

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants