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

test.feature « tst_vfs « gui « test - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be82991775c2a8089ddbaa092aa1f55239c08ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Feature: Enable/disable virtual file support

    As a user
    I want to enable virtual file support
    So that I can synchronize virtual files with local folder

    
    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 VFS enabled baseline image should match the default screenshot

    
    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
        Then VFS enabled baseline image should not match the default screenshot