use jQuery to wait for ajax operations to complete
This commit is contained in:
parent
46ced27dbd
commit
bf924ba128
|
@ -54,7 +54,7 @@ module Webrat
|
||||||
end
|
end
|
||||||
|
|
||||||
def wait_for_ajax(timeout = 15000)
|
def wait_for_ajax(timeout = 15000)
|
||||||
@selenium.wait_for_condition "window.Ajax.activeRequestCount == 0", timeout
|
@selenium.wait_for_condition "Ajax.activeRequestCount == 0", timeout
|
||||||
end
|
end
|
||||||
|
|
||||||
def wait_for_effects(timeout = 15000)
|
def wait_for_effects(timeout = 15000)
|
||||||
|
|
Loading…
Reference in New Issue