Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
brcolow committed Nov 30, 2018
1 parent 14acc01 commit 3bd9b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public void testMouseDrag(MouseButton mouseButton) {
label.getLayoutY() + label.getLayoutBounds().getHeight() / 2);
robot.mouseMove(mouseX, mouseY);
robot.mousePress(mouseButton);
for (int i = 1; i <= 50; i ++) {
for (int i = 1; i <= 50; i++) {
robot.mouseMove(mouseX + i, mouseY);
}
robot.mouseRelease(mouseButton);
Expand Down

0 comments on commit 3bd9b0d

Please sign in to comment.