e2e - remove old drag parammeter
parent
d4cbb53102
commit
234119a562
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue