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:
authorSushmita Poudel <66173400+sushmita56@users.noreply.github.com>2022-07-11 14:18:48 +0300
committerGitHub <noreply@github.com>2022-07-11 14:18:48 +0300
commit664fc90bdbaa4aa821dec7e8e9ebca95b3e235c5 (patch)
tree4f69a21d4cca7e81d1a2c66910db716470901a7d
parent662fd0aa00d8887172d472a05b4282a1ed8ed87f (diff)
removed duplicate scenario (#9847)
-rw-r--r--test/gui/shared/scripts/names.py2
-rw-r--r--test/gui/tst_syncing/test.feature16
2 files changed, 1 insertions, 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
@@ -89,22 +89,6 @@ Feature: Syncing files
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
And user "Alice" has uploaded file on the server with content "small" to "123Folder/lorem.txt"