From ba0015385dfd60faf66a772b07c26c76267504c8 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Wed, 22 Nov 2023 14:29:07 +0545 Subject: [PATCH] Added @env-config tags --- .../features/coreApiSharePublicLink2/copyFromPublicLink.feature | 1 + .../features/coreApiWebdavOperations/listFiles.feature | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/features/coreApiSharePublicLink2/copyFromPublicLink.feature b/tests/acceptance/features/coreApiSharePublicLink2/copyFromPublicLink.feature index bf6850769b..c9a8f63072 100644 --- a/tests/acceptance/features/coreApiSharePublicLink2/copyFromPublicLink.feature +++ b/tests/acceptance/features/coreApiSharePublicLink2/copyFromPublicLink.feature @@ -1,3 +1,4 @@ +@env-config Feature: copying from public link share As a user I want to make a copy of a resource within a public link diff --git a/tests/acceptance/features/coreApiWebdavOperations/listFiles.feature b/tests/acceptance/features/coreApiWebdavOperations/listFiles.feature index 3e4831c551..8641d8e823 100644 --- a/tests/acceptance/features/coreApiWebdavOperations/listFiles.feature +++ b/tests/acceptance/features/coreApiWebdavOperations/listFiles.feature @@ -148,7 +148,7 @@ Feature: list files | /simple-folder1/simple-folder2/simple-folder3 | | /simple-folder1/simple-folder2/simple-folder3/simple-folder4 | - + @env-config Scenario: get the list of resources in a folder shared through public link with depth 1 Given using new DAV path And the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false"