From 234119a56239aca436d5028feeff7ce9e46fa1da Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 6 Aug 2015 14:25:06 +0200 Subject: [PATCH] e2e - remove old drag parammeter --- e2e/utils/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/utils/common.js b/e2e/utils/common.js index c56694f5..40d01c80 100644 --- a/e2e/utils/common.js +++ b/e2e/utils/common.js @@ -101,7 +101,7 @@ common.dragEnd = function(elm) { }, 1000); }; -common.drag = function(elm, elm2, duration=500) { +common.drag = async function(elm, elm2) { // this code doesn't have sense (jquery ui + scroll drag + selenium = :( ) await browser.actions() .mouseMove(elm)