lib/cucumber/pickles/helpers/node_finders.rb in pickles-0.1.6 vs lib/cucumber/pickles/helpers/node_finders.rb in pickles-0.1.7

- old
+ new

@@ -74,10 +74,9 @@ # # returns: Capybara node # def find_input(input_locator, within: nil, options: {}) within ||= Capybara.current_session - options[:wait] = 0 options[:visible] = false locator, index = Locator::Index.execute(input_locator) if index