I have a page with several RadDockZones and I am trying to automate the test to verify that RadDocks can be moved from one zone to another and rearranged. For the test I am dragging a dock from one zone to another, then dragging it back. The only problem is that when running the test where it should be dragging the dock back to its original position, its trying to move an element from the original zone instead of the selected element. The test passes, but in the end the elements are in the wrong places and it will mess with the manual testing. Please help.