On Thu, 17 Dec 2020 16:25:05 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Check that the alert exists > > tests/system/src/test/java/test/javafx/scene/UIRenderDialogTest.java line 121: > >> 119: public static void teardown() { >> 120: Platform.runLater(() -> { >> 121: alert.hide(); > > Maybe add a null check in case the test fails to create the Alert? OK, done ------------- PR: https://git.openjdk.java.net/jfx/pull/369