Removed Capybara::TimeoutError as it no longer exists

pull/69/head
Sebastian Schuster 12 years ago
parent b55781a8da
commit 41689afd5d
  1. 2
      features/step_definitions/web_steps.rb

@ -368,7 +368,7 @@ def find_lowest_containing_element text, selector
end end
elements = all(:xpath, search_string) elements = all(:xpath, search_string)
rescue Capybara::TimeoutError, Nokogiri::CSS::SyntaxError rescue Nokogiri::CSS::SyntaxError
elements elements
end end

Loading…
Cancel
Save