On Fri, 18 Nov 2022 14:37:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8297213: review comments > > tests/system/src/test/java/test/robot/javafx/scene/layout/RegionBackgroundImageUITest.java > line 50: > >> 48: @Before >> 49: public void before() { >> 50: Util.parkCursor(getRobot()); > > This is redundant, since `RegionBackgroundImageUITest` extends from > `VisuaTestBase`, which already calls `parkCursor`. You can remove the > `before` method. missed that, thanks! ------------- PR: https://git.openjdk.org/jfx/pull/955