Hi everyone,
I’m trying to drag and drop a card from a column to an other.
If i look at the loger view i have no error but the card hasn’t moved.
I tried several xpath and to click before drag and drop but nothing has worked.
The code :
WebUI.dragAndDropToObject(findTestObject(‘AgileFactory/Board/card’), findTestObject(‘AgileFactory/Board/colonne_toValidate’))
Is possible that the Katalon’s drag and drop doesnt work with Angular?