Remove Driver#wait_until

This commit is contained in:
Matthew Horan 2012-11-17 11:09:33 -05:00
parent f0a2d64550
commit c1682d2bfd
1 changed files with 0 additions and 3 deletions

View File

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