e2e - remove old drag parammeter

stable
Juanfran 2015-08-06 14:25:06 +02:00
parent d4cbb53102
commit 234119a562
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ common.dragEnd = function(elm) {
}, 1000); }, 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 = :( ) // this code doesn't have sense (jquery ui + scroll drag + selenium = :( )
await browser.actions() await browser.actions()
.mouseMove(elm) .mouseMove(elm)