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

Deprecate imports from ./page-object #365

Closed
ro0gr opened this issue Jan 21, 2018 · 0 comments · Fixed by #368
Closed

Deprecate imports from ./page-object #365

ro0gr opened this issue Jan 21, 2018 · 0 comments · Fixed by #368
Assignees

Comments

@ro0gr
Copy link
Collaborator

ro0gr commented Jan 21, 2018

In the docs we still can see an old style of imports from the test-support directory:

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

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

Successfully merging a pull request may close this issue.

2 participants