@@ -80,17 +80,33 @@ Feature: adding accounts
80
80
And the user syncs the "Personal" space
81
81
Then the folder "simple-folder" should exist on the file system
82
82
83
+ @skipOnOCIS
84
+ Scenario : Check for incremented number in bracket while adding new account and folder (OC10)
85
+ Given folder "ownCloud" has been created in the local sync path
86
+ And the user has started the client
87
+ And the user has entered the following account information:
88
+ | server | %local_server % |
89
+ When the user adds the following user credentials:
90
+ | user | Alice |
91
+ | password | 1234 |
92
+ And the user opens the advanced configuration
93
+ Then the default local sync path should be "/tmp/owncloudtest/ownCloud (2)" in the configuration wizard
94
+ When the user selects download everything option in advanced section
95
+ And the user opens the sync connection wizard
96
+ Then the default local sync path should be "/tmp/owncloudtest/ownCloud (2) (2)" in the sync connection wizard
83
97
84
- Scenario : Check for incremented number in bracket while adding new account and folder
85
- Given folder "ownCloud" has been created in local system
98
+ @skipOnOC10
99
+ Scenario : Check for incremented number in bracket while adding new account and folder (oCIS)
100
+ Given folder "ownCloud" has been created in the local sync path
86
101
And the user has started the client
87
102
And the user has entered the following account information:
88
103
| server | %local_server % |
89
104
When the user adds the following user credentials:
90
105
| user | Alice |
91
106
| password | 1234 |
92
107
And the user opens the advanced configuration
93
- Then the default local download directory should be "/tmp/owncloudtest/ownCloud (2)"
108
+ Then the default local sync path should be "/tmp/owncloudtest/ownCloud (2)" in the configuration wizard
94
109
When the user selects download everything option in advanced section
95
- And the user selects the add folder to sync button
96
- Then the default local sync folder should be "/tmp/owncloudtest/ownCloud (2) (2)"
110
+ And the user opens the sync connection wizard
111
+ And the user selects the "Personal" space to sync
112
+ Then the default local sync path should be "/tmp/owncloudtest/ownCloud (2)/Personal (2)" in the sync connection wizard
0 commit comments