From 2346c3b686d8fa595d435fc0cd38ab7fe02bf8f1 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Mon, 26 Oct 2020 12:11:51 +0545 Subject: [PATCH] regression tests for ocis/issues/751 --- .../features/apiWebdavOperations/propfind.feature | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/acceptance/features/apiWebdavOperations/propfind.feature 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"