Esempio n. 1
0
        public void DroppableTestSimple()
        {
            var targetBoxColorBefore = _droppablePage.TargetBox.GetCssValue("background-color");

            Builder.DragAndDrop(_droppablePage.SourceBox, _droppablePage.TargetBox).Perform();

            _droppablePage.AssertTargetBoxColorIsDifferentBeforeAndAfter(targetBoxColorBefore, _droppablePage.TargetBox.GetCssValue("background-color"));
        }