mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 12:21:05 -04:00
fixes a broken gui test
This commit is contained in:
parent
4932013373
commit
b833cbc758
@ -170,7 +170,7 @@ public class TestInGUI extends TestCase {
|
|||||||
new GuiTester()
|
new GuiTester()
|
||||||
.delay(500)
|
.delay(500)
|
||||||
.press("F5")
|
.press("F5")
|
||||||
.mouseMove(100, 100)
|
.mouseMove(100, 110)
|
||||||
.delay(300)
|
.delay(300)
|
||||||
.mouseClick(InputEvent.BUTTON1_DOWN_MASK)
|
.mouseClick(InputEvent.BUTTON1_DOWN_MASK)
|
||||||
.delay(200)
|
.delay(200)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user