Ejemplo n.º 1
0
 public void DropDraggableOnTargetShouldChangeTargetsColorToYellow()
 {
     _droppablePage.MoveDraggable(145, 25);
     _droppablePage.AssertDroppableColor("rgba(51, 51, 51, 1)", "Target color is not changed!");
 }