diff --git a/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature b/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature index 208f8319f2c2..f07e20960ea0 100644 --- a/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature +++ b/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature @@ -65,7 +65,7 @@ Feature: Autocompletion of share-with names Given the administrator has set the minimum characters for sharing autocomplete to "4" And user "regularuser" has logged in using the webUI And the user has browsed to the files page - And these users have been created but not initialized: + And these users have been created with skeleton files but not initialized: | username | password | displayname | email | | use | %alt1% | Use | uz@oc.com.np | And the user has opened the share dialog for folder "simple-folder" diff --git a/tests/acceptance/features/webUISharingExternal/federationSharing.feature b/tests/acceptance/features/webUISharingExternal/federationSharing.feature index 5c1a54afa26e..0a5db836a249 100644 --- a/tests/acceptance/features/webUISharingExternal/federationSharing.feature +++ b/tests/acceptance/features/webUISharingExternal/federationSharing.feature @@ -247,7 +247,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages Scenario: test sharing folder to a remote server and resharing it back to the local Given using server "LOCAL" - And these users have been created: + And these users have been created with skeleton files: | username | | user2 | When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI @@ -261,7 +261,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages Scenario: test resharing folder as readonly and set it as readonly by resharer Given using server "LOCAL" - And these users have been created: + And these users have been created with skeleton files: | username | | user2 | When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI @@ -279,7 +279,7 @@ Feature: Federation Sharing - sharing with users on other cloud storages Scenario: test resharing folder and set it as readonly by owner Given using server "LOCAL" - And these users have been created: + And these users have been created with skeleton files: | username | | user2 | When the user shares folder "simple-folder" with remote user "user1@%remote_server_without_scheme%" using the webUI