removing without skeleton files string from the user creation steps
This commit is contained in:
@@ -7,7 +7,7 @@ Feature: accept/decline shares coming from internal users
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
And using new DAV path
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
And these users have been created with default attributes:
|
||||
| username |
|
||||
| Alice |
|
||||
| Brian |
|
||||
@@ -347,7 +347,7 @@ Feature: accept/decline shares coming from internal users
|
||||
|
||||
Scenario: user accepts shares received from multiple users with the same name when auto-accept share is disabled
|
||||
Given user "Alice" has disabled auto-accepting
|
||||
And user "David" has been created with default attributes and without skeleton files
|
||||
And user "David" has been created with default attributes
|
||||
And user "David" has created folder "PARENT"
|
||||
And user "Brian" has sent the following resource share invitation:
|
||||
| resource | PARENT |
|
||||
@@ -522,7 +522,7 @@ Feature: accept/decline shares coming from internal users
|
||||
|
||||
|
||||
Scenario: user shares folder with matching folder name to a user before that user has logged in
|
||||
Given these users have been created without skeleton files and not initialized:
|
||||
Given these users have been created without being initialized:
|
||||
| username |
|
||||
| David |
|
||||
And user "David" has disabled auto-accepting
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Feature: accept/decline shares coming from internal users to the Shares folder
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
And using new DAV path
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
And these users have been created with default attributes:
|
||||
| username |
|
||||
| Alice |
|
||||
| Brian |
|
||||
|
||||
@@ -3,7 +3,7 @@ Feature: sharing
|
||||
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
And these users have been created with default attributes:
|
||||
| username |
|
||||
| Alice |
|
||||
| Brian |
|
||||
|
||||
@@ -3,7 +3,7 @@ Feature: sharing
|
||||
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
And these users have been created with default attributes:
|
||||
| username |
|
||||
| Alice |
|
||||
| Brian |
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ Feature: moving a share inside another share
|
||||
|
||||
Background:
|
||||
Given using OCS API version "1"
|
||||
And these users have been created with default attributes and without skeleton files:
|
||||
And these users have been created with default attributes:
|
||||
| username |
|
||||
| Alice |
|
||||
| Brian |
|
||||
|
||||
Reference in New Issue
Block a user