When trying to use pressKey with the Protractor helper, I get "TabTab" inside the field I am filling instead of moving down the tab index. `I.fillField(this.fields.lookup, wb);` `I.pressKey('Tab');` `I.pressKey('Tab');` The same snippet works when using WebDriverIO