Skip to content

Commit f17702f

Browse files
authored
test: use another folder name (#731)
1 parent 073454f commit f17702f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/gui/tst_moveFilesFolders/test.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Feature: move file and folder
8383

8484
Scenario: Syncing a 50MB file moved into the local sync folder
8585
Given user "Alice" has set up a client with default settings
86-
And user "Alice" has created a folder "Folder1" inside the sync folder
86+
And user "Alice" has created a folder "NewFolder" inside the sync folder
8787
And user "Alice" has created a file "newfile.txt" with size "50MB" in the sync folder
88-
When user "Alice" moves file "newfile.txt" to "Folder1" in the sync folder
89-
And the user waits for file "Folder1/newfile.txt" to be synced
90-
Then as "Alice" file "Folder1/newfile.txt" should exist in the server
88+
When user "Alice" moves file "newfile.txt" to "NewFolder" in the sync folder
89+
And the user waits for file "NewFolder/newfile.txt" to be synced
90+
Then as "Alice" file "NewFolder/newfile.txt" should exist in the server

0 commit comments

Comments
 (0)