sc/qa/uitest/calc_tests8/tdf126248.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 618f5623464cfd4be10b4d445910e7cf41b10e19
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Feb 4 16:50:08 2021 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Feb 4 18:48:02 2021 +0100

    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 <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

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")
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to