Skip to content

Commit

Permalink
Update UI tests for CommandBox
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy committed Oct 28, 2023
1 parent d89c7aa commit c778db8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/test/java/unicash/ui/CommandBoxUiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) -> {
Expand Down

0 comments on commit c778db8

Please sign in to comment.