Oleh Marakhovskyi

Results 4 issues of Oleh Marakhovskyi

Im followed the examples and faced the problem that if i got many unique proxies, queue stay empty for a long time until exception is rised, how can i reduce...

Make sure configuration for parent experiment is available for children(combined). Due to the fact that `ab_combined_test` calls `ab_test` underneath, the `ab_test` helper looks for the config by the children experiment...

Master showing old version of the file

When calling `assert_*_of_selectors` on self in minitest the kwargs get pushed to args. To reproduce replace `assert_all_of_selectors(:css, 'select#form_other_title', 'input#form_last_name')` with `assert_all_of_selectors(:css, 'select#form_other_title', "input#form_super_secret", visible: false)` in [minitest_spec.rb](https://github.com/teamcapybara/capybara/blob/b3325b198464b806f07ec2011ceb532d6d5cf4ab/spec/minitest_spec.rb#L113). The fix is...