From 664fc90bdbaa4aa821dec7e8e9ebca95b3e235c5 Mon Sep 17 00:00:00 2001 From: Sushmita Poudel <66173400+sushmita56@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:03:48 +0545 Subject: removed duplicate scenario (#9847) --- test/gui/shared/scripts/names.py | 2 +- test/gui/tst_syncing/test.feature | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/test/gui/shared/scripts/names.py b/test/gui/shared/scripts/names.py index 58afa0fbe..3f251c02a 100644 --- a/test/gui/shared/scripts/names.py +++ b/test/gui/shared/scripts/names.py @@ -136,4 +136,4 @@ add_Folder_Sync_Connection_Deselect_remote_folders_you_do_not_wish_to_synchroniz deselect_remote_folders_you_do_not_wish_to_synchronize_ownCloud_QModelIndex = {"column": 0, "container": add_Folder_Sync_Connection_Deselect_remote_folders_you_do_not_wish_to_synchronize_QTreeWidget, "text": "ownCloud", "type": "QModelIndex"} syncModeGroupBox_useVfsRadioButton_QRadioButton = {"container": advancedConfigGroupBox_syncModeGroupBox_QGroupBox, "name": "useVfsRadioButton", "type": "QRadioButton", "visible": 1} contentWidget_Enable_experimental_placeholder_mode_QPushButton = {"container": setupWizardWindow_contentWidget_QStackedWidget, "text": "Enable experimental placeholder mode", "type": "QPushButton", "unnamed": 1, "visible": 1} -contentWidget_Stay_safe_QPushButton = {"container": setupWizardWindow_contentWidget_QStackedWidget, "text": "Stay safe", "type": "QPushButton", "unnamed": 1, "visible": 1} +contentWidget_Stay_safe_QPushButton = {"container": setupWizardWindow_contentWidget_QStackedWidget, "text": "Stay safe", "type": "QPushButton", "unnamed": 1, "visible": 1} \ No newline at end of file diff --git a/test/gui/tst_syncing/test.feature b/test/gui/tst_syncing/test.feature index 77046e657..da814c570 100644 --- a/test/gui/tst_syncing/test.feature +++ b/test/gui/tst_syncing/test.feature @@ -88,22 +88,6 @@ Feature: Syncing files Then the folder "simple-folder" should exist on the file system But the folder "large-folder" should not exist on the file system - @skip @issue-9733 - Scenario: Connect account with manual sync folder option - Given user "Alice" has created folder "simple-folder" on the server - And user "Alice" has created folder "large-folder" on the server - And user "Alice" has uploaded file on the server with content "test content" to "lorem.txt" - And the user has started the client - And the user has added the following account information: - | server | %local_server% | - | user | Alice | - | password | 1234 | - When the user selects manual sync folder option - And the user connects the account - Then the folder "simple-folder" should not exist on the file system - But the folder "large-folder" should not exist on the file system - And the file "lorem.txt" should not exist on the file system - @skip @issue-9733 Scenario: sort folders list by name and size Given user "Alice" has created folder "123Folder" on the server -- cgit v1.2.3