sc/qa/uitest/pasteSpecial/tdf142932.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 69a68bc38d29964ef9af8c30ea457975f9e568fe
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu Dec 16 11:28:37 2021 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Dec 16 12:34:59 2021 +0100

    uitest: remove incorrect pass
    
    Change-Id: If155962b14485b6a6cb812e562c555cabd60ef77
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126911
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/qa/uitest/pasteSpecial/tdf142932.py 
b/sc/qa/uitest/pasteSpecial/tdf142932.py
index 148930a18476..7e75cf0aff71 100644
--- a/sc/qa/uitest/pasteSpecial/tdf142932.py
+++ b/sc/qa/uitest/pasteSpecial/tdf142932.py
@@ -29,7 +29,6 @@ class tdf142932(UITestCase):
             with self.ui_test.execute_dialog_through_command(".uno:Insert") as 
xDialog:
                 xAfter = xDialog.getChild('after')
                 xAfter.executeAction("CLICK", tuple())
-                pass
 
             self.assertEqual(get_state_as_dict(gridwin)["SelectedTable"], "1")
 

Reply via email to