Hi,
I am writing Protractor test cases to test AngularJS application. Due to some reason sleep is not working.
I am using the command:
browser.sleep(50000);
It does not seems to work.
Thanks
Hi,
I have checked its working. Following code is fine:
browser.sleep(35000);
Its waiting for some time.
Thanks
Ads