Add a test for #1616
This commit is contained in:
parent
551e28d8e0
commit
2f8002c567
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ def scroll(x=0, y=0, up=True):
|
|||
s.draw('X Y')
|
||||
multi_click(x=1.4)
|
||||
self.ae(sel(), 'ab')
|
||||
move(2.6)
|
||||
self.ae(sel(), 'ab ')
|
||||
move(3.6)
|
||||
self.ae(sel(), 'ab cd')
|
||||
release(3.6, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue