Thomas Walpole
Thomas Walpole
Using searchlogic 2.4.2 Given a class class A < ActiveRecord::Base belongs_to :b end where b has attributes firstname and lastname A.b_firstname_is_or_b_lastname_like('abc') throws the error "Searchlogic::NamedScopes::OrConditions::UnknownConditionError: The condition 'b_firstname_is' is not...
The `feature` method added by Capybara defines two pieces of metadata on the block - `type: features` and `capybara_feature: true` - it can't just be replaced by `describe`
This is a WIP -- waiting to see what other changes are made to Puma
Currently when inside shadow roots only CSS queries can be made. This PR is working toward enabling all built-in selectors used by Capybaras action to be available in both an...
This changes `click_on` from just an alias of `click_link_or_button` into a shortcut for `find(...).click`, by allowing it to accept a selector type. It defaults to a selector type of `link_or_button`...
Work on adding support for page freezing with Chrome
This is playing with the idea of supporting plugins for actions when working with common UI libraries -- currently it's just playing with select2. If we move forward with something...