Ruslan Hrabovyi

Results 17 issues of 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...

types:core
types:core:data

...for multiple handlers attached to a single scroll container. fixes https://github.com/html-next/vertical-collection/issues/320

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`,...

feature

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...

feature

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:...

feature