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:
authorswoichha <swoichhaa@gmail.com>2021-08-13 13:39:13 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-06 15:15:04 +0300
commitb4f61d0ba844286a45bc93bd5cf797944f8941d9 (patch)
treeafc2ed067af19c14d37a9610c3304ceb4364faf3 /test/gui/tst_removeAccountConnection
parentdc1982a34432e5611f7c9921a5326ee99500300c (diff)
[tests-only]fix object name for adding users
Diffstat (limited to 'test/gui/tst_removeAccountConnection')
-rw-r--r--test/gui/tst_removeAccountConnection/test.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/gui/tst_removeAccountConnection/test.feature b/test/gui/tst_removeAccountConnection/test.feature
index cae2a92d2..034c917cb 100644
--- a/test/gui/tst_removeAccountConnection/test.feature
+++ b/test/gui/tst_removeAccountConnection/test.feature
@@ -10,10 +10,10 @@ 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 an account with
- | server | %local_server% |
- | user | Brian |
- | password | AaBb2Cc3Dd4 |
- | localfolder | %client_sync_path% |
+ | server | %local_server% |
+ | user | Brian |
+ | password | AaBb2Cc3Dd4 |
+ | localfolder | %client_sync_path_user2% |
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%