On Fri, 6 Jan 2023 07:16:49 GMT, Manukumar V S <[email protected]> wrote:
>> Yes, this `robot.waitForIdle` makes the test unbearably slow. Worth >> submitting a separate bug with the reproducer. At this point, the pop is >> shown on the screen and its first item is highlighted. >> >> I replaced it with >> >> robot.delay(200); > > Replaced robot.waitForIdle with robot.delay(200). I will check the > possibility of raising a new bug. Since no one expected for `robot.waitForIdle` to make the test so slow here, I suggest submitting a bug for evaluation. You have a working test case for this. The frame doesn't need to move across the screen. ------------- PR: https://git.openjdk.org/jdk/pull/10655
