Loading tests/functional/modules/components/Keypad/testKeypad.js +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ define([ var indexPageUrl, timeout = Config.timeout.findElement, firstButtonOfGroupSelector = ' div.btnGroup span span:first-child', firstButtonOfGroupSelector = ' div.btnGroup span:first-child', pressButtonAndListen = function(buttonSelector, buttonKey) { Loading Loading @@ -75,8 +75,8 @@ define([ var buttonSelector = 'div.center' + firstButtonOfGroupSelector; return this.remote .sleep(Config.timeout.longSleep) .findByCssSelector(buttonSelector) .sleep(Config.timeout.veryLongSleep) .isDisplayed() .then(function(displayed) { Loading tests/functional/modules/components/Keypad/testKeypadScript.js +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ require([ 'class': 'warning' } }, keypad = new declare([TrizoneKeypadImpl, Keypad])({ keypad = new TrizoneKeypadImpl({ parentChannel: 'test', items: { btn1: btn1Config, Loading Loading
tests/functional/modules/components/Keypad/testKeypad.js +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ define([ var indexPageUrl, timeout = Config.timeout.findElement, firstButtonOfGroupSelector = ' div.btnGroup span span:first-child', firstButtonOfGroupSelector = ' div.btnGroup span:first-child', pressButtonAndListen = function(buttonSelector, buttonKey) { Loading Loading @@ -75,8 +75,8 @@ define([ var buttonSelector = 'div.center' + firstButtonOfGroupSelector; return this.remote .sleep(Config.timeout.longSleep) .findByCssSelector(buttonSelector) .sleep(Config.timeout.veryLongSleep) .isDisplayed() .then(function(displayed) { Loading
tests/functional/modules/components/Keypad/testKeypadScript.js +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ require([ 'class': 'warning' } }, keypad = new declare([TrizoneKeypadImpl, Keypad])({ keypad = new TrizoneKeypadImpl({ parentChannel: 'test', items: { btn1: btn1Config, Loading