diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-11-23 13:39:10 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-11-24 15:26:45 +0100 |
commit | f4eb555ff5294db037ea6e4d9510d0ca11276fa7 (patch) | |
tree | c27dbabd09112f6adb17795ec1c7992e2a88c829 /sc | |
parent | 0abde637728e53883939f028551c6de5aa215d50 (diff) |
Border tab page: Use 'thin' width
instead of random number
Change-Id: I89f3be2d6bba02f1fbe52065fab81caded2656f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125699
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/uitest/calc_tests/formatCells.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests/formatCells.py b/sc/qa/uitest/calc_tests/formatCells.py index de6249afc202..59c291685090 100644 --- a/sc/qa/uitest/calc_tests/formatCells.py +++ b/sc/qa/uitest/calc_tests/formatCells.py @@ -261,7 +261,7 @@ class formatCell(UITestCase): # set line style to "double" (minimal width is taken) xLineSet.executeAction("CHOOSE", mkPropertyValues({"POS": '16'})) widthVal = get_state_as_dict(linewidthmf)["Text"] - self.assertEqual(widthVal, '1.10 pt') + self.assertEqual(widthVal, '0.75 pt') # set line style to "solid" xLineSet.executeAction("CHOOSE", mkPropertyValues({"POS": "1"})) |