On Wed, 24 Feb 2021 13:33:39 GMT, Kevin Rushforth <[email protected]> wrote:
>> Arun Joseph has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add system test
>
> tests/system/src/test/java/test/javafx/scene/web/WebPageTest.java line 135:
>
>> 133:
>> 134: assertTrue("Timeout when waiting for focus change ",
>> Util.await(webViewStateLatch));
>> 135:
>
> I needed to add a `sleep(500)` here.
I've used `Util.sleep(1000)` instead to make it similar to the other system web
tests.
-------------
PR: https://git.openjdk.java.net/jfx/pull/404