On Fri, 23 Oct 2020 13:33:35 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Pankaj Bansal has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fixing review comments > > tests/system/src/test/java/test/robot/javafx/scene/MouseLocationOnScreenTest.java > line 138: > >> 136: for (int y = y1; y <= y2; y++) { >> 137: robot.mouseMove(x, y); >> 138: delay(delayTime); > > Minor: you can use `Util.sleep` here instead of creating your own method. Fixed ------------- PR: https://git.openjdk.java.net/jfx/pull/333