Ruslan Hrabovyi

Results 141 comments of Ruslan Hrabovyi

so seems I've confused 2 different issues here. At some point I've faced a regression with the `contains(`, while this issue is about the `text(`, which didn't have a regression,...

I think this can help https://github.com/san650/ember-cli-page-object/issues/567

@ming-codes when you enable jQuery then Ember will immediately setup `Ember.$`. It's also possible to get [conflicts](https://github.com/san650/ember-cli-page-object/pull/325#issuecomment-333308426) with jQuery plugins if they occasionally remained in your app. Then when you...

@jrjohnson Hey 👋 First, sorry for this huge delay.. And I really appreciate your will to help here! So as I said before there is a PR containing a different...

@SergeAstapov, yes, with the #560 on board I'm going to finish my embroider effort(#556), and that's when I plan to drop the `ember-cli-node-assets` for sure. As for the `ember-native-dom-helpers`, it...

Just curious if anybody uses `selectable`. It's exactly the same as `fillable`. It may be a good opportunity to remove it in [v2](https://github.com/san650/ember-cli-page-object/issues/359), to reduce API surface

Sorry. Not this time. According to https://github.com/ember-learn/ember-cli-addon-docs/issues/2 versioned docs is not implemented yet

I believe we are more coupled to the test-helpers rather than Ember. We can keep running acceptance tests for all the Ember versions, as we do now, while testing of...

> Ember cli addon docs uses contextual components which locks you into 2.3+. That's true only in case if you visit the page which uses contextual components. > Drop support...

That sounds exciting!