mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Mark integration test with a bug
This commit is contained in:
@@ -14,6 +14,7 @@ import org.alfresco.utility.Utility;
|
|||||||
import org.alfresco.utility.constants.UserRole;
|
import org.alfresco.utility.constants.UserRole;
|
||||||
import org.alfresco.utility.data.RandomData;
|
import org.alfresco.utility.data.RandomData;
|
||||||
import org.alfresco.utility.model.*;
|
import org.alfresco.utility.model.*;
|
||||||
|
import org.alfresco.utility.report.Bug;
|
||||||
import org.alfresco.utility.testrail.ExecutionType;
|
import org.alfresco.utility.testrail.ExecutionType;
|
||||||
import org.alfresco.utility.testrail.annotation.TestRail;
|
import org.alfresco.utility.testrail.annotation.TestRail;
|
||||||
import org.springframework.http.HttpStatus;
|
import org.springframework.http.HttpStatus;
|
||||||
@@ -389,6 +390,7 @@ public class IntegrationSanityTests extends IntegrationTest
|
|||||||
* 15. U1 deletes non empty folder1 using CMIS
|
* 15. U1 deletes non empty folder1 using CMIS
|
||||||
* 16. U1 gets tags and verify all tags are listed
|
* 16. U1 gets tags and verify all tags are listed
|
||||||
*/
|
*/
|
||||||
|
@Bug(id = "REPO-4789")
|
||||||
@Test(groups = { TestGroup.INTEGRATION, TestGroup.SANITY })
|
@Test(groups = { TestGroup.INTEGRATION, TestGroup.SANITY })
|
||||||
@TestRail(section = { TestGroup.INTEGRATION, TestGroup.CONTENT, TestGroup.TAGS }, executionType = ExecutionType.SANITY,
|
@TestRail(section = { TestGroup.INTEGRATION, TestGroup.CONTENT, TestGroup.TAGS }, executionType = ExecutionType.SANITY,
|
||||||
description = "Verify site manager is able to manage tags.")
|
description = "Verify site manager is able to manage tags.")
|
||||||
|
Reference in New Issue
Block a user