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
findElement and findElementWithAssert are currently exported from index.js and and extend.js.
Different import paths are also suggested in the docs for these helpers.
I feel importing it from ember-cli-page-object/extend is a recommended way but want to confirm first.
If so we should likely deprecate the other import path and fix the docs.
The text was updated successfully, but these errors were encountered:
findElement
andfindElementWithAssert
are currently exported from index.js and and extend.js.Different import paths are also suggested in the docs for these helpers.
I feel importing it from
ember-cli-page-object/extend
is a recommended way but want to confirm first.If so we should likely deprecate the other import path and fix the docs.
The text was updated successfully, but these errors were encountered: