summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/table/tdf135693.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/table/tdf135693.py')
-rw-r--r--sw/qa/uitest/table/tdf135693.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/table/tdf135693.py b/sw/qa/uitest/table/tdf135693.py
index 6709b0af98b1..db963bcb68fc 100644
--- a/sw/qa/uitest/table/tdf135693.py
+++ b/sw/qa/uitest/table/tdf135693.py
@@ -19,7 +19,7 @@ class tdf135693(UITestCase):
self.xUITest.executeCommand(".uno:GoDown")
# Without the fix in place, this would have crashed here
- with self.ui_test.execute_dialog_through_command_guarded(".uno:TableDialog") as xTableDlg:
+ with self.ui_test.execute_dialog_through_command(".uno:TableDialog") as xTableDlg:
xTabs = xTableDlg.getChild("tabcontrol")