This commit is contained in:
Kovid Goyal
2020-02-28 10:28:01 +05:30
parent a391732600
commit c763db94ce
2 changed files with 13 additions and 13 deletions

View File

@@ -137,6 +137,8 @@ class TestMouse(BaseTest):
self.ae(sel(), 'ab ')
move(3.6)
self.ae(sel(), 'ab cd')
move(2.6)
self.ae(sel(), 'ab ')
release(3.6, 1)
self.ae(sel(), 'ab cd f gh')
multi_click(x=1, y=2)