summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/qa/uitest/table/tablecontroller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/uitest/table/tablecontroller.py b/svx/qa/uitest/table/tablecontroller.py
index 27ed4a1d7ccb..afc5de807fde 100644
--- a/svx/qa/uitest/table/tablecontroller.py
+++ b/svx/qa/uitest/table/tablecontroller.py
@@ -15,7 +15,7 @@ class SvxTableControllerTest(UITestCase):
# Create an Impress document with a single table in it.
self.ui_test.create_doc_in_start_center("impress")
template = self.xUITest.getTopFocusWindow()
- self.ui_test.close_dialog_through_button(template.getChild("cancel"))
+ self.ui_test.close_dialog_through_button(template.getChild("close"))
self.xUITest.executeCommand(".uno:SelectAll")
self.xUITest.executeCommand(".uno:Delete")
self.xUITest.executeCommand(".uno:InsertTable?Columns:short=2&Rows:short=2")