diff options
Diffstat (limited to 'sc/qa/uitest/chart/tdf62349.py')
-rw-r--r-- | sc/qa/uitest/chart/tdf62349.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/chart/tdf62349.py b/sc/qa/uitest/chart/tdf62349.py index cf5d231bbba5..8cc3e6b9c741 100644 --- a/sc/qa/uitest/chart/tdf62349.py +++ b/sc/qa/uitest/chart/tdf62349.py @@ -21,7 +21,7 @@ class tdf62349(UITestCase): #3: select all data cells C5:H9 gridwin.executeAction("SELECT", mkPropertyValues({"RANGE": "C5:H9"})) # 4: create a chart with insert/chart menu - with self.ui_test.execute_dialog_through_command_guarded(".uno:InsertObjectChart", close_button="finish"): + with self.ui_test.execute_dialog_through_command(".uno:InsertObjectChart", close_button="finish"): pass # 5: (single) click to an empty cell to finalize the chart |