[Libreoffice-commits] dev-tools.git: uitest/mass-testing
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Apr 29 13:13:45 UTC 2019
uitest/mass-testing/calc.py | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit a76301ebdcfe1bf4ecf61ff5e24d993d7fd02265
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Apr 29 15:03:16 2019 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Apr 29 15:03:16 2019 +0200
mass-uitesting: deselect all sheets before using hide/show
diff --git a/uitest/mass-testing/calc.py b/uitest/mass-testing/calc.py
index a6911ad..f26591d 100755
--- a/uitest/mass-testing/calc.py
+++ b/uitest/mass-testing/calc.py
@@ -50,6 +50,9 @@ class massTesting(UITestCase):
for i in range(nrSheets - 1):
self.xUITest.executeCommand(".uno:JumpToPrevTable")
+ #Just in case more than 1 sheet is selected
+ self.xUITest.executeCommand(".uno:TableDeselectAll")
+
# Make sure all sheets are visible
self.xUITest.executeCommand(".uno:Hide")
self.xUITest.executeCommand(".uno:Show")
More information about the Libreoffice-commits
mailing list