Skip to content

Commit eb81194

Browse files
fix selector for sorting folders to sync
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
1 parent d896e0d commit eb81194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gui/shared/scripts/pageObjects/SyncConnectionWizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SyncConnectionWizard:
6565
"window": names.add_Folder_Sync_Connection_OCC_FolderWizard,
6666
}
6767
SELECTIVE_SYNC_TREE_HEADER = {
68-
"container": names.folder_Sync_Connection_Deselect_remote_folders_QTreeWidget,
68+
"container": names.add_Space_Deselect_remote_folders_you_do_not_wish_to_synchronize_QTreeWidget,
6969
"orientation": 1,
7070
"type": "QHeaderView",
7171
"unnamed": 1,

0 commit comments

Comments
 (0)