mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
wait for all results to finish sending
This commit is contained in:
@@ -28,6 +28,7 @@ function getJSReport(browser){
|
||||
return browser
|
||||
.waitForCondition("typeof window.jasmine != 'undefined'", 500)
|
||||
.waitForCondition("typeof window.jasmine.getJSReport != 'undefined'", 10e3)
|
||||
.waitForCondition("window.testImageURL.running <= 0", 5e3)
|
||||
.eval("jasmine.getJSReport()")
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user