diff --git a/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature b/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature index a39694509..ed1aa7ece 100644 --- a/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature +++ b/tests/acceptance/features/coreApiSharePublicLink1/deletePublicLinkShare.feature @@ -7,7 +7,7 @@ Feature: delete a public link share Background: Given user "Alice" has been created with default attributes and without skeleton files - @issue-product-60 + @issue-1275 Scenario Outline: deleting a public link of a file Given using OCS API version "" And user "Alice" has uploaded file with content "This is a test file" to "test-file.txt" @@ -23,7 +23,7 @@ Feature: delete a public link share | 1 | 100 | | 2 | 200 | - @issue-product-60 @issue-1275 + @issue-1275 Scenario Outline: deleting a public link after renaming a file Given using OCS API version "" And user "Alice" has uploaded file with content "This is a test file" to "test-file.txt" @@ -40,7 +40,7 @@ Feature: delete a public link share | 1 | 100 | | 2 | 200 | - @issue-product-60 + @issue-1275 Scenario Outline: deleting a public link of a folder Given using OCS API version "" And user "Alice" has created folder "test-folder" @@ -56,7 +56,7 @@ Feature: delete a public link share | 1 | 100 | | 2 | 200 | - @issue-product-60 + @issue-1275 Scenario Outline: deleting a public link of a file in a folder Given using OCS API version "" And user "Alice" has created folder "test-folder" diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation1/deleteFileFolder.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation1/deleteFileFolder.feature index b188a358e..c2ccb491f 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation1/deleteFileFolder.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation1/deleteFileFolder.feature @@ -33,7 +33,7 @@ Feature: propagation of etags when deleting a file or folder | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: deleting a folder changes the etags of all parents Given using DAV path And user "Alice" has created folder "/upload/sub" @@ -146,7 +146,7 @@ Feature: propagation of etags when deleting a file or folder | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharee deleting a folder changes the etags of all parents for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -177,7 +177,7 @@ Feature: propagation of etags when deleting a file or folder | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer deleting a folder changes the etags of all parents for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -208,7 +208,7 @@ Feature: propagation of etags when deleting a file or folder | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: deleting a file in a publicly shared folder changes its etag for the sharer Given using DAV path And user "Alice" has uploaded file with content "uploaded content" to "/upload/file.txt" @@ -233,7 +233,7 @@ Feature: propagation of etags when deleting a file or folder | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: deleting a folder in a publicly shared folder changes its etag for the sharer Given using DAV path And user "Alice" has created folder "/upload/sub" diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation1/moveFileFolder.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation1/moveFileFolder.feature index 0c12125b7..0f2fc7690 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation1/moveFileFolder.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation1/moveFileFolder.feature @@ -30,7 +30,7 @@ Feature: propagation of etags when moving files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: moving a file from one folder to an other changes the etags of both folders Given using DAV path And user "Alice" has created folder "/src" @@ -56,7 +56,7 @@ Feature: propagation of etags when moving files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: moving a file into a subfolder changes the etags of all parents Given using DAV path And user "Alice" has created folder "/upload" @@ -105,7 +105,7 @@ Feature: propagation of etags when moving files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: moving a folder from one folder to an other changes the etags of both folders Given using DAV path And user "Alice" has created folder "/src" @@ -131,7 +131,7 @@ Feature: propagation of etags when moving files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: moving a folder into a subfolder changes the etags of all parents Given using DAV path And user "Alice" has created folder "/upload" @@ -211,7 +211,7 @@ Feature: propagation of etags when moving files or folders | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer moving a file from one folder to an other changes the etags of both folders for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -279,7 +279,7 @@ Feature: propagation of etags when moving files or folders | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer moving a folder from one folder to an other changes the etags of both folders for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation2/copyFileFolder.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation2/copyFileFolder.feature index 5b9851646..496dd3846 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation2/copyFileFolder.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation2/copyFileFolder.feature @@ -7,7 +7,7 @@ Feature: propagation of etags when copying files or folders Background: Given user "Alice" has been created with default attributes and without skeleton files - @issue-product-280 + @issue-4251 Scenario Outline: copying a file does not change its etag Given using DAV path And user "Alice" has uploaded file with content "uploaded content" to "file.txt" @@ -33,7 +33,7 @@ Feature: propagation of etags when copying files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: copying a file inside a folder changes its etag Given using DAV path And user "Alice" has created folder "/folder" @@ -60,7 +60,7 @@ Feature: propagation of etags when copying files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: copying a file from one folder to an other changes the etags of destination Given using DAV path And user "Alice" has created folder "/src" @@ -88,7 +88,7 @@ Feature: propagation of etags when copying files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: copying a file into a subfolder changes the etags of all parents Given using DAV path And user "Alice" has created folder "/upload" @@ -121,7 +121,7 @@ Feature: propagation of etags when copying files or folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: copying a file inside a publicly shared folder by public changes etag for the sharer Given using DAV path And user "Alice" has created folder "/upload" @@ -191,7 +191,7 @@ Feature: propagation of etags when copying files or folders | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer copying a file inside a folder changes its etag for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation2/createFolder.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation2/createFolder.feature index 89179697e..d2dbf694e 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation2/createFolder.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation2/createFolder.feature @@ -7,7 +7,7 @@ Feature: propagation of etags when creating folders Background: Given user "Alice" has been created with default attributes and without skeleton files - @issue-product-280 + @issue-4251 Scenario Outline: creating a folder inside a folder changes its etag Given using DAV path And user "Alice" has created folder "/folder" @@ -54,7 +54,7 @@ Feature: propagation of etags when creating folders | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: sharee creating a folder inside a folder received as a share changes its etag for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -80,7 +80,7 @@ Feature: propagation of etags when creating folders | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer creating a folder inside a shared folder changes etag for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -106,7 +106,7 @@ Feature: propagation of etags when creating folders | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: creating a folder in a publicly shared folder changes its etag for the sharer Given using DAV path And user "Alice" has created folder "/folder" diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation2/restoreVersion.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation2/restoreVersion.feature index 6afa40c68..0d9250b35 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation2/restoreVersion.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation2/restoreVersion.feature @@ -1,4 +1,4 @@ -@api @issue-product-280 +@api @issue-4251 Feature: propagation of etags when restoring a version of a file As a client app I want metadata (etags) of parent folders to change when a file version is restored diff --git a/tests/acceptance/features/coreApiWebdavEtagPropagation2/upload.feature b/tests/acceptance/features/coreApiWebdavEtagPropagation2/upload.feature index fe411df36..e193080f7 100644 --- a/tests/acceptance/features/coreApiWebdavEtagPropagation2/upload.feature +++ b/tests/acceptance/features/coreApiWebdavEtagPropagation2/upload.feature @@ -8,7 +8,7 @@ Feature: propagation of etags when uploading data Given user "Alice" has been created with default attributes and without skeleton files And user "Alice" has created folder "/upload" - @issue-product-280 + @issue-4251 Scenario Outline: uploading a file inside a folder changes its etag Given using DAV path And user "Alice" has stored etag of element "/" @@ -53,7 +53,7 @@ Feature: propagation of etags when uploading data | dav_version | | spaces | - @issue-product-280 + @issue-4251 Scenario Outline: sharee uploading a file inside a received shared folder should update etags for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -78,7 +78,7 @@ Feature: propagation of etags when uploading data | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: sharer uploading a file inside a shared folder should update etags for all collaborators Given user "Brian" has been created with default attributes and without skeleton files And using DAV path @@ -155,7 +155,7 @@ Feature: propagation of etags when uploading data | old | | new | - @issue-product-280 + @issue-4251 Scenario Outline: uploading a file into a publicly shared folder changes its etag for the sharer Given using DAV path And user "Alice" has created a public link share with settings