UNPKG

ember-cli-page-object

Version:

This ember-cli addon eases the construction of page objects on your acceptance and integration tests

11 lines (10 loc) 326 B
export { findElement } from '../-private/finders.js'; import '../-private/helpers.js'; import '@ro0gr/ceibo'; import '../adapters/index.js'; import '../adapter.js'; import '../adapters/rfc268.js'; import '@ember/test-helpers'; import '../-private/jquery.js'; import '@embroider/macros'; import '../-private/better-errors.js';