diff options
Diffstat (limited to 'sc/qa/uitest')
-rw-r--r-- | sc/qa/uitest/chart/tdf99069.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/chart/tdf99069.py b/sc/qa/uitest/chart/tdf99069.py index e3530c8c1920..0988efc09a8c 100644 --- a/sc/qa/uitest/chart/tdf99069.py +++ b/sc/qa/uitest/chart/tdf99069.py @@ -58,7 +58,7 @@ class tdf99069(UITestCase): #(7) Click on tab "Data Series". (Actually, tab "Data Range" crashes, # too. This step is just a remnant of what I was doing when I # stumbled over the bug.) - notebook = xDialog.getChild("notebook") + notebook = xDialog.getChild("tabcontrol") select_pos(notebook, "0") select_pos(notebook, "1") |