[test-only] apiTest. check parentId in the Propfind response (#6759)

* check parentId in the Propfind response

* split test
This commit is contained in:
Viktor Scharf
2023-07-12 09:12:34 +02:00
committed by GitHub
parent 3009ea192f
commit f6e8d3ee84
2 changed files with 64 additions and 1 deletions
@@ -3118,7 +3118,7 @@ class SpacesContext implements Context {
*/
public function userSendsPropfindRequestToSpace(string $user, string $spaceName, ?string $resource = ""): void {
$this->setSpaceIDByName($user, $spaceName);
$properties = ['oc:permissions','oc:fileid','oc:share-types','oc:privatelink','d:resourcetype','oc:size','oc:name','d:getcontenttype', 'oc:tags'];
$properties = ['oc:permissions','oc:file-parent','oc:fileid','oc:share-types','oc:privatelink','d:resourcetype','oc:size','oc:name','d:getcontenttype', 'oc:tags'];
$this->featureContext->setResponse(
WebDavHelper::propfind(
$this->featureContext->getBaseUrl(),