diff --git a/richtextfx/src/integrationTest/java/org/fxmisc/richtext/InlineCssTextAreaAppTest.java b/richtextfx/src/integrationTest/java/org/fxmisc/richtext/InlineCssTextAreaAppTest.java index 249b63265..553dbe7ce 100644 --- a/richtextfx/src/integrationTest/java/org/fxmisc/richtext/InlineCssTextAreaAppTest.java +++ b/richtextfx/src/integrationTest/java/org/fxmisc/richtext/InlineCssTextAreaAppTest.java @@ -23,6 +23,7 @@ public void start(Stage stage) throws Exception { scene = new Scene(area); this.stage = stage; + stage.setAlwaysOnTop(true); stage.setScene(scene); stage.setWidth(400); stage.setHeight(400);