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 /uitest | |
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 'uitest')
-rw-r--r-- | uitest/demo_ui/tabcontrol.py | 2 | ||||
-rw-r--r-- | uitest/demo_ui/treelist.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py index 2dbe3ef842bf..47b3f33a3cf4 100644 --- a/uitest/demo_ui/tabcontrol.py +++ b/uitest/demo_ui/tabcontrol.py @@ -27,7 +27,7 @@ class TabControlTest(UITestCase): xFunctionDlg = self.xUITest.getTopFocusWindow() - xTabs = xFunctionDlg.getChild("tabs") + xTabs = xFunctionDlg.getChild("tabcontrol") select_pos(xTabs, "1") xCancelBtn = xFunctionDlg.getChild("cancel") diff --git a/uitest/demo_ui/treelist.py b/uitest/demo_ui/treelist.py index cbda8e2c1532..265fa8b975b3 100644 --- a/uitest/demo_ui/treelist.py +++ b/uitest/demo_ui/treelist.py @@ -27,7 +27,7 @@ class TreeListTest(UITestCase): xFunctionDlg = self.xUITest.getTopFocusWindow() - xTabs = xFunctionDlg.getChild("tabs") + xTabs = xFunctionDlg.getChild("tabcontrol") select_pos(xTabs, "1") xTreelist = xTabs.getChild("struct") |