Olov Günther-Hanssen
Results
1
issues of
Olov Günther-Hanssen
Using this plugin with Protractor. Have these lines in my spec: ``` javascript view.chat.sendMessage(1); retry.run(function () { view.chat.sendMessage(2); }); view.chat.sendMessage(3); ``` `view.chat.sendMessage` looks like this: ``` javascript function () {...