sc/qa/uitest/calc_tests3/tdf95217.py | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit fa97804611f56db9f70a2b14ea07f59ca5f5e34a Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Dec 30 17:06:00 2021 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Dec 30 18:50:51 2021 +0100 uitest: sc: reintroduce code incorrectly removed Change-Id: I18ad03632950530d7ae2c24608936dba325b0a48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127758 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/qa/uitest/calc_tests3/tdf95217.py b/sc/qa/uitest/calc_tests3/tdf95217.py index 98e03d16a875..4ad36ed170f5 100644 --- a/sc/qa/uitest/calc_tests3/tdf95217.py +++ b/sc/qa/uitest/calc_tests3/tdf95217.py @@ -32,6 +32,9 @@ class tdf95217(UITestCase): # tdf#142600: Without the fix in place, this test would have failed with # AssertionError: 'HTML_all' != 'HTML_1' + self.assertEqual("HTML_all", get_state_as_dict(xRanges.getChild("0"))["Text"]) + self.assertEqual("HTML_tables", get_state_as_dict(xRanges.getChild("1"))["Text"]) + self.assertEqual("HTML_1", get_state_as_dict(xRanges.getChild("2"))["Text"]) # FIXME: close_dialog_through_button fails here xOkBtn = xDialog.getChild("ok")