We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./page-object
In the docs we still can see an old style of imports from the test-support directory:
test-support
import { findElement } from './page-object';
I think it's a good time to notify users about the recommended way to import
import { findElement } from 'ember-cli-page-object';
and to get rid of old style in the v2.0.
This issue is complementary to #359
The text was updated successfully, but these errors were encountered:
ro0gr
Successfully merging a pull request may close this issue.
In the docs we still can see an old style of imports from the
test-support
directory:I think it's a good time to notify users about the recommended way to import
and to get rid of old style in the v2.0.
This issue is complementary to #359
The text was updated successfully, but these errors were encountered: