diff --git a/tests/acceptance/features/apiWebdavOperations/propfind.feature b/tests/acceptance/features/apiWebdavOperations/propfind.feature new file mode 100644 index 000000000000..6ee1d23af193 --- /dev/null +++ b/tests/acceptance/features/apiWebdavOperations/propfind.feature @@ -0,0 +1,8 @@ +@api +Feature: PROPFIND + + @issue-ocis-751 + Scenario: PROPFIND to "/remote.php/dav/files" + Given user "Alice" has been created with default attributes and without skeleton files + When user "Alice" requests "/remote.php/dav/files" with "PROPFIND" using basic auth + Then the HTTP status code should be "405"