Skip to content

Commit

Permalink
#295 - Setting -1,-1 location for window for tests purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Nov 5, 2023
1 parent 50b974f commit 4c56282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void setUp() {
PosmultenApp frame = GuiActionRunner.execute(() -> new PosmultenApp(factory));
window = new FrameFixture(frame);
window.show(); // shows the frame to test
frame.setLocation(-100, -100);
frame.setLocation(-1, -1);
}

@Test
Expand Down

0 comments on commit 4c56282

Please sign in to comment.