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
path: root/test
diff options
context:
space:
mode:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-12-15 06:36:47 +0300
committerGitHub <noreply@github.com>2021-12-15 06:36:47 +0300
commitc8dd64d8fdd8913341b498d4c18da64dadbf8523 (patch)
tree919d4d5b4b554bb4f753964def6feb5d6ae594c4 /test
parentbfbd1e00caf6a9ab52235502fe5cd679c8ec66ea (diff)
[Tests-Only] add test for folder sync (#9280)
Diffstat (limited to 'test')
-rw-r--r--test/gui/tst_syncing/test.feature13
1 files changed, 7 insertions, 6 deletions
diff --git a/test/gui/tst_syncing/test.feature b/test/gui/tst_syncing/test.feature
index 5f78b1369..bfc7b9822 100644
--- a/test/gui/tst_syncing/test.feature
+++ b/test/gui/tst_syncing/test.feature
@@ -147,13 +147,14 @@ Feature: Syncing files
Scenario Outline: Syncing a folder to the server
Given user "Alice" has set up a client with default settings
- When user "Alice" creates a folder "<foldername>" inside the sync folder
- And the user waits for folder "<foldername>" to be synced
- Then as "Alice" folder "<foldername>" should exist on the server
+ When user "Alice" creates a folder <foldername> inside the sync folder
+ And the user waits for folder <foldername> to be synced
+ Then as "Alice" folder <foldername> should exist on the server
Examples:
- | foldername |
- | myFolder |
- | really long folder name with some spaces and special char such as $%ñ& |
+ | foldername |
+ | "myFolder" |
+ | "really long folder name with some spaces and special char such as $%ñ&" |
+ | "folder with space at end " |
Scenario: Many subfolders can be synced