Ruslan Hrabovyi
Ruslan Hrabovyi
The problem appears when you try to use `this.belongsTo(` or `this.hasMany(` in scope of a model method or accesor. In this case `this` is broken, and it complains about the...
...for multiple handlers attached to a single scroll container. fixes https://github.com/html-next/vertical-collection/issues/320
V2 beta
Right now we do only support jquery selectors, which is the largest blocker to get rid of this dependency(https://github.com/san650/ember-cli-page-object/issues/289). Meanwhile it seems that support for different search engines like `xpath`,...
With adapters we should be able to configure page object interactions per different environments. However, there are still some blockers to make page objects work cross-env. The goal of the...
a part of #512 a super dirty, but almost working...
needs - [ ] test for findOne and findMany
## Summary Provide a way for the user to specify, and customize integration with a certain test environment via exposing adapters as a public API. ## Motivation ### Implicitness is...
This is a feature request to slightly improve ergonomic of the Page Object Components definition. Currently the shortest form of a component definition would look something like: ```js { someField:...