diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 12:09:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 17:31:38 +0200 |
commit | a487021dcf1b540913477d537ba24d0cc462da93 (patch) | |
tree | 35a1512e8f6551d7f0489c075956df9d11bd4969 /sc | |
parent | 2953db9564b76a7aa28fe86aacc641c66f4a3ec0 (diff) |
name all Notebooks 'tabcontrol'
Change-Id: I5159ed77c2b3ba2f06e381a738a49dbe17a6a4dd
Reviewed-on: https://gerrit.libreoffice.org/80542
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-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") |