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: 8bcb23bd0a00bbbc53965ca9de1d0b952d0cf448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 the "Disable virtual file support..." button should be available


    Scenario: Disable 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
        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