summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-09-07 16:09:00 +0300
committerAndras Timar <andras.timar@collabora.com>2023-09-11 19:36:37 +0200
commit4a68adb1a63af4d477d827e579c73b9add1d0559 (patch)
tree5a1eafb1571f9a7a8e9eae3dfef69defc3317c7a /uitest
parent2bbf0369acd228f1dcf376c2afee5168db068979 (diff)
SW comments: Provide parent / child relations without position.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: I7acba74ef0717bc07a675be17fc1909680138f00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156689 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/uitest/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/uitest/test.py b/uitest/uitest/test.py
index 5442d46b1d90..c07667cd621a 100644
--- a/uitest/uitest/test.py
+++ b/uitest/uitest/test.py
@@ -43,6 +43,9 @@ class UITest(object):
if component is not None:
return component
+ def get_default_sleep(self):
+ return DEFAULT_SLEEP
+
def wait_for_top_focus_window(self, id):
while True:
win = self._xUITest.getTopFocusWindow()