Olga Shkoda
Results
1
issues of
Olga Shkoda
Have anybody faced with protractor testing of "angular-sortablejs" lists. For now, have tried: ``` browser.actions() .dragAndDrop(option1, option2) .perform();` ``` ``` browser.actions(). mouseDown(option1). mouseMove(option2). mouseUp(). perform();` ``` And the simulation of...