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

New commits:
commit 0ad70397c0b940ca7ec0d1de98f15628aa98abec
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Oct 12 23:03:32 2021 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Oct 13 00:20:24 2021 +0200

    uitest: sc: fix assert
    
    Change-Id: I043c9b1807fe30b24e907eee7954e5d32c170bbd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123536
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/qa/uitest/calc_tests9/tdf133629.py 
b/sc/qa/uitest/calc_tests9/tdf133629.py
index 72a0cc881831..c2dca144fd6a 100644
--- a/sc/qa/uitest/calc_tests9/tdf133629.py
+++ b/sc/qa/uitest/calc_tests9/tdf133629.py
@@ -22,9 +22,9 @@ class tdf133629(UITestCase):
 
             self.xUITest.executeCommand(".uno:SelectAll")
 
-            # Check selection
+            # Check both sheets are selected
             self.assertIsNotNone(getattr(document.CurrentSelection, 
'Sheet1.A1:AMJ1048576'))
-            self.assertIsNotNone(getattr(document.CurrentSelection, 
'Sheet1.A2:AMJ1048576'))
+            self.assertIsNotNone(getattr(document.CurrentSelection, 
'Sheet2.A1:AMJ1048576'))
 
             with 
self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog") as xDialog:
                 xTabs = xDialog.getChild("tabcontrol")

Reply via email to