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)