diff --git a/tests/acceptance/features/apiWebdavUploadTUS/checksums.feature b/tests/acceptance/features/apiWebdavUploadTUS/checksums.feature index 89919e230240..c3c6d45e4d3d 100644 --- a/tests/acceptance/features/apiWebdavUploadTUS/checksums.feature +++ b/tests/acceptance/features/apiWebdavUploadTUS/checksums.feature @@ -45,6 +45,7 @@ Feature: checksums | old | | new | + Scenario Outline: Uploading a file with incorrect checksum should not work Given using DAV path And user "Alice" has created a new TUS resource on the WebDAV API with these headers: diff --git a/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature b/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature index 7c5cb6e7923e..d9b8c6835546 100644 --- a/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature +++ b/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature @@ -78,6 +78,7 @@ Feature: upload file to shared folder | old | | new | + Scenario Outline: Upload a file to shared folder with checksum should return the checksum in the propfind for sharee Given using DAV path And user "Alice" has created folder "/FOLDER" @@ -94,6 +95,7 @@ Feature: upload file to shared folder | old | | new | + Scenario Outline: Upload a file to shared folder with checksum should return the checksum in the download header for sharee Given using DAV path And user "Alice" has created folder "/FOLDER" @@ -110,6 +112,7 @@ Feature: upload file to shared folder | old | | new | + Scenario Outline: Sharer shares a file with correct checksum should return the checksum in the propfind for sharee Given using DAV path And user "Alice" has created a new TUS resource on the WebDAV API with these headers: @@ -159,6 +162,7 @@ Feature: upload file to shared folder | old | | new | + Scenario Outline: Sharee uploads a file to a received share folder with wrong checksum should not work Given using DAV path And user "Alice" has created folder "/FOLDER" @@ -210,6 +214,7 @@ Feature: upload file to shared folder | old | | new | + Scenario Outline: Sharee uploads a chunked file with correct checksum to a received share folder should work Given using DAV path And user "Alice" has created folder "/FOLDER"