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
await element.sendKeys(Key.chord(Key.CONTROL, 'a')); await element.sendKeys(Key.DELETE);