The test was failing on the first run and then it was not failing. Cause for the failure looked to be the UI state not getting updated. Hence added call to `Toolkit` `firePulse` method.
Able to run the test consistently without failure in Linux after the fix. ------------- Commit messages: - Adding firePulse call to update UI state and display tooltip Changes: https://git.openjdk.org/jfx/pull/1119/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1119&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8304922 Stats: 5 lines in 1 file changed: 3 ins; 2 del; 0 mod Patch: https://git.openjdk.org/jfx/pull/1119.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1119/head:pull/1119 PR: https://git.openjdk.org/jfx/pull/1119
