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
diff options
context:
space:
mode:
authorSaw-jan <saw.jan.grg3e@gmail.com>2022-11-10 08:04:13 +0300
committerSaw-jan <saw.jan.grg3e@gmail.com>2022-11-10 09:11:29 +0300
commitfe433998830adc93d52171298dee59df14035538 (patch)
tree15024fc1ae28d8050719e6fe2e004a7f1148aa1e
parentea55cf6aad8126101e40d5bd3ff902b2bee45307 (diff)
fix selectorunskip-gui-tests
-rw-r--r--test/gui/shared/scripts/pageObjects/SyncWizard.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/gui/shared/scripts/pageObjects/SyncWizard.py b/test/gui/shared/scripts/pageObjects/SyncWizard.py
index 8dcf94336..c28cfdff4 100644
--- a/test/gui/shared/scripts/pageObjects/SyncWizard.py
+++ b/test/gui/shared/scripts/pageObjects/SyncWizard.py
@@ -12,6 +12,9 @@ class SyncWizard:
def performAction(self, action):
squish.openContextMenu(
- squish.waitForObjectItem(self.ACTION_MENU, "_1"), 0, 0, squish.Qt.NoModifier
+ squish.waitForObjectItem(self.ACTION_MENU, "ownCloud"),
+ 0,
+ 0,
+ squish.Qt.NoModifier,
)
squish.activateItem(squish.waitForObjectItem(names.settings_QMenu, action))