diff --git a/tests/acceptance/features/apiShareOperationsToShares2/getWebDAVSharePermissions.feature b/tests/acceptance/features/apiShareOperationsToShares2/getWebDAVSharePermissions.feature index 789884e43f84..2fcd49dadb78 100644 --- a/tests/acceptance/features/apiShareOperationsToShares2/getWebDAVSharePermissions.feature +++ b/tests/acceptance/features/apiShareOperationsToShares2/getWebDAVSharePermissions.feature @@ -23,6 +23,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received file with edit and reshare permissions Given using DAV path @@ -38,6 +43,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared file with edit and reshare permissions Given using DAV path @@ -59,6 +69,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @issue-ocis-2213 Scenario Outline: Correct webdav share-permissions for received file with edit permissions but no reshare permissions Given using DAV path @@ -73,6 +88,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @issue-ocis-2213 Scenario Outline: Correct webdav share-permissions for received group shared file with edit permissions but no reshare permissions Given using DAV path @@ -94,6 +114,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @issue-ocis-2213 Scenario Outline: Correct webdav share-permissions for received file with reshare permissions but no edit permissions Given using DAV path @@ -108,6 +133,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared file with reshare permissions but no edit permissions Given using DAV path @@ -129,6 +159,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for owned folder Given using DAV path @@ -142,6 +177,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received folder with all permissions Given using DAV path @@ -157,6 +197,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared folder with all permissions Given using DAV path @@ -177,6 +222,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @issue-ocis-2213 Scenario Outline: Correct webdav share-permissions for received folder with all permissions but edit Given using DAV path @@ -191,6 +241,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared folder with all permissions but edit Given using DAV path @@ -212,6 +267,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received folder with all permissions but create Given using DAV path @@ -226,6 +286,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared folder with all permissions but create Given using DAV path @@ -247,6 +312,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received folder with all permissions but delete Given using DAV path @@ -261,6 +331,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared folder with all permissions but delete Given using DAV path @@ -282,6 +357,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received folder with all permissions but share Given using DAV path @@ -296,6 +376,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Correct webdav share-permissions for received group shared folder with all permissions but share Given using DAV path @@ -316,3 +401,8 @@ Feature: sharing | dav-path | | old | | new | + + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | diff --git a/tests/acceptance/features/apiShareOperationsToShares2/uploadToShare.feature b/tests/acceptance/features/apiShareOperationsToShares2/uploadToShare.feature index a113bdd7002b..48c6943b2aa5 100644 --- a/tests/acceptance/features/apiShareOperationsToShares2/uploadToShare.feature +++ b/tests/acceptance/features/apiShareOperationsToShares2/uploadToShare.feature @@ -41,6 +41,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading file to a user upload-only share folder works Given using DAV path @@ -67,6 +72,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading file to a group upload-only share folder works Given using DAV path @@ -95,6 +105,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @smokeTest Scenario Outline: Uploading file to a user read/write share folder works Given using DAV path @@ -119,6 +134,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading file to a group read/write share folder works Given using DAV path @@ -145,6 +165,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @smokeTest Scenario Outline: Check quota of owners parent directory of a shared file Given using DAV path @@ -168,6 +193,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading to a user shared folder with read/write permission when the sharer has unsufficient quota does not work Given using DAV path @@ -188,6 +218,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading to a group shared folder with read/write permission when the sharer has unsufficient quota does not work Given using DAV path @@ -210,6 +245,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading to a user shared folder with upload-only permission when the sharer has insufficient quota does not work Given using DAV path @@ -230,6 +270,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + Scenario Outline: Uploading to a group shared folder with upload-only permission when the sharer has insufficient quota does not work Given using DAV path @@ -252,6 +297,11 @@ Feature: sharing | old | | new | + @skipOnOcV10 @personalSpace + Examples: + | dav-path | + | spaces | + @notToImplementOnOCIS @newChunking @issue-ocis-1321 Scenario: Uploading a file in to a shared folder without edit permissions Given using new DAV path @@ -289,3 +339,9 @@ Feature: sharing | dav-path | permissions | | old | change | | new | create | + + @skipOnOcV10 @personalSpace + Examples: + | dav-path | permissions | + | spaces | change | + | spaces | create | \ No newline at end of file