Skip to content

Commit

Permalink
#295 - Moved app to fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Nov 7, 2023
1 parent 60e158c commit dc99b79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void setUp() {
String osName = System.getProperty("os.name");
if (osName != null && osName.toLowerCase().contains("linux")) {
//Hack to fix issue for ubuntu and xvfb : org.assertj.swing.exception.ActionFailedException: The component to click is out of the boundaries of the screen
frame.setLocation(-600, -100);
frame.setLocation(-600, -300);
} else {
frame.setLocation(0, 0);
}
Expand Down

0 comments on commit dc99b79

Please sign in to comment.