RFR: 8297213: Robot capture tests should move mouse to corner of screen [v2]

Andy Goryachev angorya at openjdk.org
Fri Nov 18 16:44:09 UTC 2022


On Fri, 18 Nov 2022 14:37:34 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list