I am writing tests in Protractor for an Angular app. I want to fill out a login form and submit it.
How can I do this? I have got this far, but I don\'t know how to
var searchComment = element(by.name("customTextField")); searchComment.sendKeys("france").then(function() { next() });