We are using protractor framework for E2E testing.
We have seen an odd behavior that waitforAngular();
call getting timed out if there are no http call on page.
It is working fine if we are using sleep call in place of waitforAngular();
call.
Please share your views to solve this issue.
Thanks in advance.