summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-11-24 16:39:18 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-11-24 19:40:15 +0100
commit84f8613cdd9d494c7f376420520e186b4d4ea8a1 (patch)
treefd9ac6508ac830d0d63c65a98a141baab074c972 /sd
parentec5788d893e3939bd1d911575a974674f2142b8b (diff)
uitest: remove print leftovers
Change-Id: I9b0cef7a8a536a8db7d0b840dfe69714fdbf2cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125779 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/impress_tests/customSlideShow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/qa/uitest/impress_tests/customSlideShow.py b/sd/qa/uitest/impress_tests/customSlideShow.py
index 4915dce68800..de7a17d70c35 100644
--- a/sd/qa/uitest/impress_tests/customSlideShow.py
+++ b/sd/qa/uitest/impress_tests/customSlideShow.py
@@ -37,11 +37,9 @@ class customSlideShow(UITestCase):
with self.ui_test.execute_blocking_action(edit.executeAction, args=('CLICK', ()), close_button="cancel") as DefineCustomSlideShow:
customname = DefineCustomSlideShow.getChild("customname")
self.assertEqual(get_state_as_dict(customname)["Text"], "aa")
-# print(DefineCustomSlideShow.getChildren())
custompages = DefineCustomSlideShow.getChild("custompages")
pages = DefineCustomSlideShow.getChild("pages")
remove = DefineCustomSlideShow.getChild("remove")
-# print(get_state_as_dict(custompages))
self.assertEqual(get_state_as_dict(custompages)["Children"], "1")
self.assertEqual(get_state_as_dict(pages)["Children"], "1")
xEntry = custompages.getChild("0")