Skip to content

Commit d9ef302

Browse files
add test coverage for disabling/enabling vfs quickly (#11518)
1 parent 2e9f649 commit d9ef302

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/gui/tst_vfs/test.feature

+12
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,15 @@ Feature: Enable/disable virtual file support
6666
And as "Alice" file "Folder/lorem.txt" should exist in the server
6767
And as "Alice" file "lorem.txt" should not exist in the server
6868
And as "Alice" file "sampleFile.txt" should not exist in the server
69+
70+
71+
Scenario: Disable/Enable VFS quickly
72+
Given user "Alice" has been created on the server with default attributes and without skeleton files
73+
And user "Alice" has set up a client with default settings
74+
When user "Alice" creates a file "newfile.txt" with size "100MB" inside the sync folder
75+
And the user waits for file "newfile.txt" to be synced
76+
When the user disables virtual file support
77+
And the user enables virtual file support
78+
And the user disables virtual file support
79+
And the user enables virtual file support
80+
Then the "Disable virtual file support..." button should be available

0 commit comments

Comments
 (0)