From c778db8fe46d3f3185f171f64ac51871fc0fc154 Mon Sep 17 00:00:00 2001 From: Rubesh S Date: Sat, 28 Oct 2023 15:11:04 +0800 Subject: [PATCH] Update UI tests for CommandBox --- src/test/java/unicash/ui/CommandBoxUiTest.java | 8 -------- 1 file changed, 8 deletions(-) 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) -> {