Roger Campos

Results 3 issues of Roger Campos

I realized cuprite is not respecting the wait time on `find`, same as described here: https://github.com/rubycdp/cuprite/issues/122 Cuprite defines the following exceptions to be caught by capybara and allow retries: ```ruby...

I've been working recently on adopting cuprite in a big rails app. One thing that triggered many test failures was that the tab char is still present in the page...

the existing `create_from` does a lot of things, including a call to `save(validate: false)`. This is a generic version that can be better adapted to your needs