Skip to content

Commit

Permalink
test_common_controls: double click in testAfxToolBarButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
airelil committed Nov 15, 2015
1 parent 2c191e0 commit 2552b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/unittests/test_common_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ def testAfxToolBarButtons(self):
"Make sure we can click on Afx ToolBar button by index"
self.dlg.StandardToolbar.Button(1).Click()
self.app.Window_(title='Open').Wait('ready')
self.app.Window_(title='Open').Cancel.CloseClick()
self.app.Window_(title='Open').Cancel.CloseClick(double=True)

def testMenuBarClickInput(self):
"Make sure we can click on Menu Bar items by indexed path"
Expand Down

0 comments on commit 2552b11

Please sign in to comment.