diff --git a/test/gui/tst_syncing/test.feature b/test/gui/tst_syncing/test.feature index 9184166382b..fe9a91342e4 100644 --- a/test/gui/tst_syncing/test.feature +++ b/test/gui/tst_syncing/test.feature @@ -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