I am running into an issue where the test is not able to click on the delete button because it is overlapping with another button. Is there a way I can click on the lower pixel of the delete button in testcafe.
I tried several things, but none helped. can someone help me with this
await this.t
.hover(this.Selector(`#flow_action_${index}_delete_icon_${index}`),{ offsetX: -2, offsetY: -3})
.click(this.Selector(`#flow_action_${index}_delete_icon_${index}`),{ offsetX: -2, offsetY: -3})