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:
authorSaw-jan Gurung <saw.jan.grg3e@gmail.com>2021-11-11 12:13:59 +0300
committerGitHub <noreply@github.com>2021-11-11 12:13:59 +0300
commit564b156e888f1396bf4303dd0ef5d904c592c517 (patch)
treeef25b42201f7ff81c07457c1e8ae5e5a37e7956b /test/gui/tst_removeAccountConnection
parent48c701ef2c881794150f77209a5528daca57843d (diff)
create sync path per user (#9123)
remove inline sync path code fix tests address reviews create sync path only when the user is being added to the client fix sync test steps address reviews
Diffstat (limited to 'test/gui/tst_removeAccountConnection')
-rw-r--r--test/gui/tst_removeAccountConnection/test.feature7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/gui/tst_removeAccountConnection/test.feature b/test/gui/tst_removeAccountConnection/test.feature
index 77d4a0559..2b78d04d9 100644
--- a/test/gui/tst_removeAccountConnection/test.feature
+++ b/test/gui/tst_removeAccountConnection/test.feature
@@ -10,10 +10,9 @@ Feature: remove account connection
And user "Brian" 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 added another account with
- | server | %local_server% |
- | user | Brian |
- | password | AaBb2Cc3Dd4 |
- | localfolder | %client_sync_path_user2% |
+ | server | %local_server% |
+ | user | Brian |
+ | password | AaBb2Cc3Dd4 |
When the user removes the connection for user "Brian" and host %local_server_hostname%
Then an account should be displayed with the displayname Alice Hansen and host %local_server_hostname%