Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/gui/tst_vfs/test.feature')
-rw-r--r--test/gui/tst_vfs/test.feature12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/gui/tst_vfs/test.feature b/test/gui/tst_vfs/test.feature
index 50f843cad..be8299177 100644
--- a/test/gui/tst_vfs/test.feature
+++ b/test/gui/tst_vfs/test.feature
@@ -4,17 +4,15 @@ Feature: Enable/disable virtual file support
I want to enable virtual file support
So that I can synchronize virtual files with local folder
- @skip
+
Scenario: Enable VFS
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 the user enables virtual file support
- Then the "Disable virtual file support..." button should be available
+ Then VFS enabled baseline image should match the default screenshot
- @skip
- Scenario: Disable VFS
+
+ Scenario: VFS is disabled by default
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
- And the user has enabled virtual file support
- When the user disables virtual file support
- Then the "Enable virtual file support (experimental)..." button should be available \ No newline at end of file
+ Then VFS enabled baseline image should not match the default screenshot \ No newline at end of file