Andrii Balakhtar
Andrii Balakhtar
@rochacbruno yes, with lowercase everything works. That's what i'm currently using as workaround.
Took a look at api docs, found such parameter: ``` full_result optional | Whether or not to show all results ``` Just curious, why not to use it like `.search(query={'full_result':...
`upstream_subscriptions` has open PR and might contain smth useful for us, other stale branches seems to be really old with nothing interesting inside. I'd vote for removing them. If author...
Airgun is supposed to be used for tier2 and tier3 tests, for tier1 we should use minitest afaik. Personally i'd just write simple tier1 test which would check text on...
@omaciel pls correct me if i'm wrong.
@ldjebran i think you've already fixed this in one of your PRs, haven't you?
So basically we want to extend `wait_for_element` with one extra argument. To avoid copy pasting entire method body we just call `super()` and extend result with our stuff. For top-level...
@izapolsk could you please pick this issue?