summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2020-11-20 10:46:13 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-22 11:50:43 +0100
commit430bfe8908551b9ef0b8aaf9162b90560d72aed3 (patch)
tree7906d7f583f2155e025f4cf205a6de0f2d662c01 /sc
parentf5722aec86069204279663b7cb3b59bb6d447550 (diff)
Added rebeccapurple to html color palette
Do not add any notice on release notes. We are already 7 YEARS LATE. Act as if it has always been here. Change-Id: Ibb49f636a8618eb676e7361dd60671a42f60f7f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106218 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py b/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
index 04675dac9cfd..ec78a7530f5c 100644
--- a/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
+++ b/sc/qa/uitest/calc_tests/cellBackgroundColorSelector.py
@@ -77,7 +77,7 @@ class CalcCellBackgroundColorSelector(UITestCase):
color_selector.executeAction("CHOOSE", mkPropertyValues({"POS": "1"}))
self.assertEqual(get_state_as_dict(color_selector)["CurrColorId"], "1")
self.assertEqual(get_state_as_dict(color_selector)["CurrColorPos"], "0")
- self.assertEqual(get_state_as_dict(color_selector)["ColorsCount"], "138")
+ self.assertEqual(get_state_as_dict(color_selector)["ColorsCount"], "139")
self.assertEqual(get_state_as_dict(color_selector)["ColCount"], "12")
self.assertEqual(get_state_as_dict(color_selector)["ColorText"], "White")
# Select Color with id 120
@@ -206,4 +206,4 @@ class CalcCellBackgroundColorSelector(UITestCase):
self.ui_test.close_doc()
-# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab: