sw/qa/uitest/writer_tests7/tdf128744.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 46129115aa507609f97058fcf6f00786718b8c68
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Jun 22 18:39:20 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Jun 23 12:50:03 2022 +0200

    uitest: remove print
    
    Change-Id: Idce371f8f7bf1c2bb46616c21c16afee6c10cedc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136293
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/qa/uitest/writer_tests7/tdf128744.py 
b/sw/qa/uitest/writer_tests7/tdf128744.py
index 34201e858675..5e38bc548a1c 100644
--- a/sw/qa/uitest/writer_tests7/tdf128744.py
+++ b/sw/qa/uitest/writer_tests7/tdf128744.py
@@ -33,7 +33,6 @@ class tdf128744(UITestCase):
                     
self.assertEqual(get_state_as_dict(xPasswordDialog)["DisplayText"], "Enter 
Password")
                     xPassword = xPasswordDialog.getChild("pass1ed")
                     xPassword.executeAction("TYPE", mkPropertyValues({"TEXT": 
"bad password"}))
-                    print(xPasswordDialog.getChildren())
                     xOkBtn = xPasswordDialog.getChild("ok")
                     with 
self.ui_test.execute_blocking_action(xOkBtn.executeAction, args=('CLICK', ())) 
as xInfoBox:
                         # "Invalid password" infobox

Reply via email to