Beispiel #1
0
        public void DraggableFourthTest()
        {
            var draggablePage = new DraggablePage(driver);

            draggablePage.NavigateToSecondTab();
            draggablePage.DragVertical();

            draggablePage.AssertSecondTabVerticalSourceAttribute("draggable ui-widget-content ui-draggable ui-draggable-handle ui-draggable-dragging");
        }