mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
ACS-3620: E2Es - API for manual triggering rules on a folder (#1482)
- adding "alwaysRun = true" to @BeforeMethod due to failing acs-packaging "REST API TAS tests with AIMS"
This commit is contained in:
@@ -81,7 +81,7 @@ public class ExecuteRulesTests extends RestTest
|
|||||||
site = dataSite.usingUser(user).createPublicRandomSite();
|
site = dataSite.usingUser(user).createPublicRandomSite();
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeMethod
|
@BeforeMethod(alwaysRun = true)
|
||||||
public void setUp()
|
public void setUp()
|
||||||
{
|
{
|
||||||
STEP("Create parent folder, rule folder and file in it");
|
STEP("Create parent folder, rule folder and file in it");
|
||||||
|
Reference in New Issue
Block a user