From fe433998830adc93d52171298dee59df14035538 Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 10 Nov 2022 10:49:13 +0545 Subject: fix selector --- test/gui/shared/scripts/pageObjects/SyncWizard.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)) -- cgit v1.2.3