Remove unneccessary tag
This commit is contained in:
@@ -168,7 +168,7 @@ Feature: get file properties
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
|
||||
|
||||
Scenario Outline: A file that is shared to a user has a share-types property
|
||||
Given using <dav_version> DAV path
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
@@ -194,7 +194,7 @@ Feature: get file properties
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
|
||||
|
||||
Scenario Outline: A file that is shared to a group has a share-types property
|
||||
Given using <dav_version> DAV path
|
||||
And group "grp1" has been created
|
||||
@@ -220,7 +220,7 @@ Feature: get file properties
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@public_link_share-feature-required
|
||||
|
||||
Scenario Outline: A file that is shared by link has a share-types property
|
||||
Given using <dav_version> DAV path
|
||||
And user "Alice" has created folder "/test"
|
||||
@@ -243,7 +243,7 @@ Feature: get file properties
|
||||
| dav_version |
|
||||
| spaces |
|
||||
|
||||
@skipOnLDAP @user_ldap-issue-268 @public_link_share-feature-required
|
||||
@skipOnLDAP @user_ldap-issue-268
|
||||
Scenario Outline: A file that is shared by user,group and link has a share-types property
|
||||
Given using <dav_version> DAV path
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
@@ -339,10 +339,6 @@ Feature: get file properties
|
||||
Examples:
|
||||
| dav_version |
|
||||
| new |
|
||||
|
||||
|
||||
Examples:
|
||||
| dav_version |
|
||||
| old |
|
||||
|
||||
@personalSpace
|
||||
@@ -379,10 +375,6 @@ Feature: get file properties
|
||||
Examples:
|
||||
| dav_version |
|
||||
| new |
|
||||
|
||||
|
||||
Examples:
|
||||
| dav_version |
|
||||
| old |
|
||||
|
||||
@personalSpace
|
||||
|
||||
Reference in New Issue
Block a user