Skip to content

Commit 60406e5

Browse files
committed
Fix test
1 parent c3fcf2e commit 60406e5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.idea/workspace.xml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/unit_test/mouse/mouse_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414

1515
print(mouse_keys_table.keys())
1616

17+
time.sleep(10)
18+
1719
press_mouse("mouse_right")
1820
release_mouse("mouse_right")
1921
press_mouse("mouse_left")
2022
release_mouse("mouse_left")
21-
click_mouse("mouse_left")
23+
click_mouse("mouse_left")

0 commit comments

Comments
 (0)