angular2-go-protractor
angular2-go-protractor copied to clipboard
Testing async operations, like fetching data via http
Hi,
thanks for this. Has anyone tried to test async operations, like fetching data via http? For me, it seems, that the test does not wait for the async operation to complete, so I have to use browser.sleep.
Am I right?
Wishes, Manfred
Same issue here. It seems that protractor is insensitive for this async scenarios atm.