Skip to content

Commit

Permalink
[Tests-Only] add test for folder sync (#9280)
Browse files Browse the repository at this point in the history
  • Loading branch information
swoichha authored Dec 15, 2021
1 parent bfbd1e0 commit c8dd64d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/gui/tst_syncing/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8dd64d

Please sign in to comment.