Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only] [full-ci] Switch between VFS and selective sync quickly #11518

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions test/gui/tst_vfs/test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@ Feature: Enable/disable virtual file support
And as "Alice" file "Folder/lorem.txt" should exist in the server
And as "Alice" file "lorem.txt" should not exist in the server
And as "Alice" file "sampleFile.txt" should not exist in the server


Scenario: Disable/Enable VFS quickly
Given user "Alice" has been created on the server with default attributes and without skeleton files
And user "Alice" has set up a client with default settings
When user "Alice" creates a file "newfile.txt" with size "100MB" inside the sync folder
And the user waits for file "newfile.txt" to be synced
When the user disables virtual file support
And the user enables virtual file support
And the user disables virtual file support
And the user enables virtual file support
Then the "Disable virtual file support..." button should be available
Loading