Commit 924b947c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Reordena test fallido

parent 292dabd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {

@@ -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) {

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ require([
				'class': 'warning'
			}
		},
		keypad = new declare([TrizoneKeypadImpl, Keypad])({
		keypad = new TrizoneKeypadImpl({
			parentChannel: 'test',
			items: {
				btn1: btn1Config,