owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 663 forks source link

[tests-only][full-ci] Then step implementation for downloading resource with(out) password #11896

Closed ishabaral closed 1 month ago

ishabaral commented 1 month ago

Description

These Then step implementation asserts whether the given folder can be downloaded with or without password from the last created public link. Since the folder can not be downloaded, these steps are removed.

Removed step:

- Then the public should be able to download the folder "<folderName>" with password "<password>" from the last created public link by "<user>" on the server
- Then the public should be able to download the folder "<folderName>" without password from the last created public link by "<user>" on the server

Part of https://github.com/owncloud/client/issues/10432