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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-08-02 11:47:51 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-08-02 11:47:51 +0300
commit9e88a540b6f7459217af3c5cc9d03461e0877abf (patch)
tree1d1c561f5f7bee7245b34946505bf043731bff13
parent354eafb28d226f47f6412d9d99ed46caf5c86a4a (diff)
Revert "skip selective sync tests until the issue #9971 is fixed"work/9971
This reverts commit aac7cb0f9e58758674ebf44c11b79874686d659f.
-rw-r--r--test/gui/tst_syncing/test.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gui/tst_syncing/test.feature b/test/gui/tst_syncing/test.feature
index 0224042f9..80cd19a4d 100644
--- a/test/gui/tst_syncing/test.feature
+++ b/test/gui/tst_syncing/test.feature
@@ -56,7 +56,7 @@ Feature: Syncing files
client content
"""
- @skip @issue-9971
+
Scenario: Sync all is selected by default
Given user "Alice" has created folder "simple-folder" on the server
And user "Alice" has created folder "large-folder" on the server
@@ -70,7 +70,7 @@ Feature: Syncing files
And the user selects "ownCloud" as a remote destination folder
Then the sync all checkbox should be checked
- @skip @issue-9971
+
Scenario: Sync only one folder from the server
Given user "Alice" has created folder "simple-folder" on the server
And user "Alice" has created folder "large-folder" on the server