Skip to content

Commit

Permalink
Addressed reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Talank committed Dec 15, 2021
1 parent 2f29d41 commit efaca0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/gui/tst_syncing/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,11 @@ Feature: Syncing files
And user "Alice" has uploaded file on the server with content "server content" to "/PRN"
And user "Alice" has uploaded file on the server with content "server content" to "/foo%"
When the user waits for file "/foo%" to be synced
Then as "Alice" folder "COM" should exist on the server
Then the folder "COM" should exist on the file system
And the folder "test%" should exist on the file system
And the file "PRN" should exist on the file system
And the file "foo%" should exist on the file system
And as "Alice" folder "COM" should exist on the server
And as "Alice" folder "test%" should exist on the server
And as "Alice" file "/PRN" should exist on the server
And as "Alice" file "/foo%" should exist on the server

0 comments on commit efaca0d

Please sign in to comment.