summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/calc_tests8
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-02-04 16:50:08 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-02-04 18:48:02 +0100
commit618f5623464cfd4be10b4d445910e7cf41b10e19 (patch)
treecaa0093581f80b3df47256ebbf6ceb3223f9c055 /sc/qa/uitest/calc_tests8
parentc598e0accf24e149520a22a8c062249f147844c7 (diff)
sc: uitest: blind fix for test failing sporadically in jenkins
Change-Id: I085e23fa94cbd303263c35a8234da9f0eea2ad5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110421 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest/calc_tests8')
-rw-r--r--sc/qa/uitest/calc_tests8/tdf126248.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf126248.py b/sc/qa/uitest/calc_tests8/tdf126248.py
index 0731c839a5d9..fad0e3081c43 100644
--- a/sc/qa/uitest/calc_tests8/tdf126248.py
+++ b/sc/qa/uitest/calc_tests8/tdf126248.py
@@ -40,6 +40,8 @@ class tdf126248(UITestCase):
self.ui_test.create_doc_in_start_center("calc")
+ self.changeLocalSetting("Chinese (traditional)")
+
self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog")
xCellsDlg = self.xUITest.getTopFocusWindow()
select_pos(xCellsDlg, "2")
@@ -51,8 +53,6 @@ class tdf126248(UITestCase):
okBtn = xCellsDlg.getChild("ok")
self.ui_test.close_dialog_through_button(okBtn)
- self.changeLocalSetting("Chinese (traditional)")
-
xCalcDoc = self.xUITest.getTopFocusWindow()
gridwin = xCalcDoc.getChild("grid_window")