diff --git a/src/test/java/unicash/ui/CommandBoxUiTest.java b/src/test/java/unicash/ui/CommandBoxUiTest.java index ad13f0b4004..8fcdbd780e2 100644 --- a/src/test/java/unicash/ui/CommandBoxUiTest.java +++ b/src/test/java/unicash/ui/CommandBoxUiTest.java @@ -24,14 +24,6 @@ public class CommandBoxUiTest { private CommandBox commandBox; - @BeforeEach - public void runAppToTests() throws TimeoutException { - FxToolkit.registerPrimaryStage(); - FxToolkit.setupApplication(() -> new MainApp()); - FxToolkit.showStage(); - WaitForAsyncUtils.waitForFxEvents(100); - } - @Start public void start(Stage stage) { CommandBox.CommandExecutor dummyExecutor = (commandText) -> {