From 9b1c9ac6edcdeae431d6104c586ca7feffbb6483 Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Wed, 8 Apr 2020 12:58:34 +0200 Subject: Related tdf#130778: New About dialog More flexible dialog logo & about images as SVGs Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- sc/qa/uitest/calc_tests7/tdf106667.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa/uitest/calc_tests7') diff --git a/sc/qa/uitest/calc_tests7/tdf106667.py b/sc/qa/uitest/calc_tests7/tdf106667.py index 5f07e904269b..5475c76808bb 100644 --- a/sc/qa/uitest/calc_tests7/tdf106667.py +++ b/sc/qa/uitest/calc_tests7/tdf106667.py @@ -28,7 +28,7 @@ class tdf106667(UITestCase): self.ui_test.execute_dialog_through_command(".uno:About") xAboutDlg = self.xUITest.getTopFocusWindow() - xCloseBtn = xAboutDlg.getChild("close") + xCloseBtn = xAboutDlg.getChild("btnClose") self.ui_test.close_dialog_through_button(xCloseBtn) self.assertEqual(get_cell_by_position(document, 0, 0, 0).getString(), "A") -- cgit