Open T-e-j-k-u-m-a-r opened 4 years ago
Please software version details
Protractor: 7.0.0 Chrome Browser: Version 86.0.4240.111 (Official Build) (64-bit)
Issue Description: The src element gets clicked(left click) but it's not dragged to the destination or target location.
Tried the below plugin, It's working fine
const { browser, element } = require("protractor") browser.waitForAngularEnabled(false) describe("DD Demo",function(){
})