owncloud / QA

:collision: public test plans for owncloud components and apps
GNU Affero General Public License v3.0
14 stars 17 forks source link

Add acceptance tests for permalinks (AKA private links). #456

Open SergioBertolinSG opened 7 years ago

SergioBertolinSG commented 7 years ago

Currently this is not covered.

There is some info in https://github.com/owncloud/core/issues/11732 and https://github.com/owncloud/documentation/issues/2986

SergioBertolinSG commented 7 years ago

@PVince81 after playing a bit with these links I don't see anything when requesting a GET to /index.php/f/FILE_ID using curl.

Is it possible to test this without the web ui? or this test would be better to be done in the selenium tests?

phil-davis commented 6 years ago

apiWebdavProperties/getFileProperties.feature has Scenario Outline: Retrieving private link

Need to see what else is needed...