diff options
Diffstat (limited to 'sw/qa/uitest/table/tdf81292.py')
-rw-r--r-- | sw/qa/uitest/table/tdf81292.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/table/tdf81292.py b/sw/qa/uitest/table/tdf81292.py index 26aca3e5ed11..3d884b384d97 100644 --- a/sw/qa/uitest/table/tdf81292.py +++ b/sw/qa/uitest/table/tdf81292.py @@ -17,7 +17,7 @@ class tdf81292(UITestCase): #select whole table self.xUITest.executeCommand(".uno:SelectTable") #Tools - Sort - with self.ui_test.execute_dialog_through_command_guarded(".uno:SortDialog") as xDialog: + with self.ui_test.execute_dialog_through_command(".uno:SortDialog") as xDialog: xDown = xDialog.getChild("down1") xDown.executeAction("CLICK", tuple()) #verify |