diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index b808f0986f2..441bc100226 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -21,10 +21,6 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUISharingPublicManagement/shareByPublicLink.feature:24](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicManagement/shareByPublicLink.feature#L24) -### [Uploading folders does not work in files-drop](https://github.com/owncloud/web/issues/2443) - -- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:263](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L263) - ### [Resources cannot be locked under ocis](https://github.com/owncloud/ocis/issues/1284) - [webUIWebdavLockProtection/delete.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIWebdavLockProtection/delete.feature#L33) diff --git a/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature b/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature index b49511f064d..8a66090e306 100644 --- a/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature +++ b/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature @@ -259,15 +259,6 @@ Feature: Share by public link with different roles And as "Alice" the content of "simple-folder/'single'quotes.txt" in the server should be the same as the content of local file "'single'quotes.txt" And as "Alice" the content of "simple-folder/new-lorem.txt" in the server should be the same as the content of local file "new-lorem.txt" - @issue-2443 - Scenario: creating a public link with "Uploader" role makes it possible to upload a folder - Given user "Alice" has shared folder "simple-folder" with link with "create" permissions in the server - When the public uses the webUI to access the last public link created by user "Alice" in a new session - And the public uploads folder "FOLDER" in files-drop page - Then the following files should be listed on the files-drop page: - | FOLDER | - And as "Alice" folder "simple-folder/FOLDER" should exist in the server - @issue-ocis-723 Scenario: creating a public link with "Uploader" role makes it possible to create files through files-drop page even with password set Given user "Alice" has shared folder "simple-folder" with link with "create" permissions and password "#Passw0rd" in the server diff --git a/tests/e2e/cucumber/features/smoke/shares/link.feature b/tests/e2e/cucumber/features/smoke/shares/link.feature index 28cbdd69e08..964ebd0f2f0 100644 --- a/tests/e2e/cucumber/features/smoke/shares/link.feature +++ b/tests/e2e/cucumber/features/smoke/shares/link.feature @@ -45,6 +45,10 @@ Feature: link | lorem.txt | lorem_new.txt | | textfile.txt | textfile_new.txt | | new-lorem.txt | test.txt | +# currently upload folder feature is not available in playwright +# And "Anonymous" uploads the following resources in public link page +# | resource | +# | filesForUpload/PARENT | And "Alice" removes the public link named "myPublicLink" of resource "folderPublic" And "Anonymous" should not be able to open the old link "myPublicLink" And "Alice" logs out