Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSaw-jan <saw.jan.grg3e@gmail.com>2022-11-08 12:44:47 +0300
committerHannah von Reth <vonreth@kde.org>2022-11-08 16:34:06 +0300
commit390e4db655cd9ca9930b51d3fd77b62f2395b7e4 (patch)
tree08d5626e451cec87017c10a13b18d7cee12a00b6 /test
parentce8478e2db0f5f45d2c1c1db4d39e4fde0c2d205 (diff)
(gui-test) fix settings selector
Diffstat (limited to 'test')
-rw-r--r--test/gui/shared/steps/steps.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gui/shared/steps/steps.py b/test/gui/shared/steps/steps.py
index 01a33c9f1..c6339c29f 100644
--- a/test/gui/shared/steps/steps.py
+++ b/test/gui/shared/steps/steps.py
@@ -1140,7 +1140,7 @@ def enableVFSSupport(vfsBtnText):
# But it is inside the "stack_folderList_QTreeView" object.
# So we are clicking at (718, 27) of "stack_folderList_QTreeView" object to enable/disable VFS
mouseClick(
- waitForObjectItem(names.stack_folderList_QTreeView, "_1"),
+ waitForObjectItem(names.stack_folderList_QTreeView, "ownCloud"),
718,
27,
Qt.NoModifier,
@@ -1165,7 +1165,7 @@ def step(context, btnText):
# But it is inside the "stack_folderList_QTreeView" object.
# So we are clicking at (718, 27) of "stack_folderList_QTreeView" object to enable/disable VFS
mouseClick(
- waitForObjectItem(names.stack_folderList_QTreeView, "_1"),
+ waitForObjectItem(names.stack_folderList_QTreeView, "ownCloud"),
718,
27,
Qt.NoModifier,
@@ -1185,7 +1185,7 @@ def step(context):
# But it is inside the "stack_folderList_QTreeView" object.
# So we are clicking at (718, 27) of "stack_folderList_QTreeView" object to enable/disable VFS
mouseClick(
- waitForObjectItem(names.stack_folderList_QTreeView, "_1"),
+ waitForObjectItem(names.stack_folderList_QTreeView, "ownCloud"),
733,
27,
Qt.NoModifier,