removing usage of a stepdefination inside another stepdefination in WebDavPropertiesContext (#8745)

This commit is contained in:
nirajacharya2
2024-04-17 16:50:33 +05:45
committed by GitHub
parent d1b0b9f05e
commit 8556318809
3 changed files with 38 additions and 31 deletions
@@ -3495,7 +3495,7 @@ class SpacesContext implements Context {
string $value
):void {
$this->setSpaceIDByName($user, $spaceName);
$this->webDavPropertiesContext->asUserFolderShouldContainAPropertyWithValue($user, $resourceName, $property, $value);
$this->webDavPropertiesContext->checkPropertyOfAFolder($user, $resourceName, $property, $value);
}
/**