When should we use .then with Protractor Promise?

The answer of this question can be found in this post : http://spin.atomicobject.com/2014/12/17/asynchronous-testing-protractor-angular/ That is : Protractor enqueue all driver commands in the ControlFlow, when you need the result of a driver command you should use .then, when you don’t need the result of a driver you can avoid .then but all following instructions must … Read more