add test for template

This commit is contained in:
amrita
2024-11-28 10:44:44 +05:45
parent 46d397d74f
commit 62b314dc91
5 changed files with 139 additions and 1 deletions
@@ -1971,7 +1971,6 @@ class SpacesContext implements Context {
string $fileName,
string $spaceName
):void {
$this->getSpaceIdByName($user, $spaceName);
$response = $this->featureContext->downloadFileAsUserUsingPassword($user, $fileName, $this->featureContext->getPasswordForUser($user));
Assert::assertGreaterThanOrEqual(
400,