I am running e2e test cases for angular2 app using protractor.
So far my tests are getting compiled & results are generated.
But I cant see whats happening on browser as operations are quite fast.
I want to know how to reduce the speed of these test cases so I will be able to track the form data & other things correctly.
If I can add delay then how to do it?
thanks