summaryrefslogtreecommitdiff
path: root/uitest/impress_tests/layouts.py
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-12-15 15:37:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-12-17 11:25:49 +0100
commit4484accf4d331a95ebf8475d6cd91950f4c27bcc (patch)
tree14ec6fd15801f032f4867994c87d5197e1dba75d /uitest/impress_tests/layouts.py
parent4dcf2e22fa301ebe0f535d8ad1601d6878c285f5 (diff)
tdf#138976 change "Cancel" button to "Close" in Template Manager dialog
Change-Id: I3e8cbdb70f70002f1fe2b873e899f25a72463358 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107704 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uitest/impress_tests/layouts.py')
-rw-r--r--uitest/impress_tests/layouts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/impress_tests/layouts.py b/uitest/impress_tests/layouts.py
index 8e108913d021..ebbe8e2ec266 100644
--- a/uitest/impress_tests/layouts.py
+++ b/uitest/impress_tests/layouts.py
@@ -14,7 +14,7 @@ class ImpressLayouts(UITestCase):
self.ui_test.create_doc_in_start_center("impress")
xTemplateDlg = self.xUITest.getTopFocusWindow()
- xCancelBtn = xTemplateDlg.getChild("cancel")
+ xCancelBtn = xTemplateDlg.getChild("close")
self.ui_test.close_dialog_through_button(xCancelBtn)
layouts= (".uno:AssignLayout?WhatLayout:long=20", ".uno:AssignLayout?WhatLayout:long=19",