Kaydet (Commit) 51fcf95f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: use the close_doc call in the calc demo

Change-Id: I8750e6fdbd0fb953795ebcd764184cbc23b6f65c
üst 5f21a013
......@@ -24,4 +24,6 @@ def test_about_dlg(xContext):
xCloseBtn = xAboutDlg.getChild("close")
xCloseBtn.executeAction("CLICK", tuple())
ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -39,6 +39,8 @@ def create_range_name(xContext):
xAddBtn = xAddNameDlg.getChild("add")
xAddBtn.executeAction("CLICK", tuple())
ui_test.close_doc()
def create_local_range_name(xContext):
xUITest = xContext.ServiceManager.createInstanceWithContext(
"org.libreoffice.uitest.UITest", xContext)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment