1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Remove Driver#wait_until

This commit is contained in:
Matthew Horan 2012-11-17 11:09:33 -05:00
parent f0a2d64550
commit c1682d2bfd

View file

@ -149,9 +149,6 @@ module Capybara::Webkit
true
end
def wait_until(*args)
end
def reset!
browser.reset!
end