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
Clear().then(..) doesn't work for me.
Clear().then(..)
So this is my work around:
queryInput.sendKeys(protrator.Key.chord(protrator.Key.CONTROL, 'a')); queryInput.sendKeys('nexus')