I have two tests:
it(\'should filter the phone list as user types into the search box\', function() { var results = ptor.findElements(protractor.By.re
You can combine promisses into a chain:
queryInput.clear().sendKeys('nexus');