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) 402 B
export { findElement, findElementWithAssert, findMany, findOne } from '../-private/finders.js'; export { buildSelector, fullScope } from '../-private/helpers.js'; 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'; import '@ro0gr/ceibo';