mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
updated bug id
This commit is contained in:
@@ -92,7 +92,7 @@ public class GetPeopleActivitiesFullTests extends RestTest
|
||||
.and().field("objectId").is(fileInSite1.getNodeRefWithoutVersion());
|
||||
}
|
||||
|
||||
@Bug(id = "ACE-5460")
|
||||
@Bug(id = "REPO-1911")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.ACTIVITIES, TestGroup.FULL })
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.ACTIVITIES }, executionType = ExecutionType.REGRESSION, description = "Verify user cannot get activities for empty user with Rest API and response is 400")
|
||||
public void userCannotGetPeopleActivitiesForEmptyPersonId() throws Exception
|
||||
|
||||
@@ -113,7 +113,7 @@ public class GetPeoplePreferencesFullTests extends RestTest
|
||||
restPreferenceModelsCollection.assertThat().entriesListIsEmpty();
|
||||
}
|
||||
|
||||
@Bug(id = "ACE-5460")
|
||||
@Bug(id = "REPO-1911")
|
||||
@Test(groups = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.PREFERENCES, TestGroup.FULL })
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE, TestGroup.PREFERENCES }, executionType = ExecutionType.REGRESSION, description = "Verify user cannot get preferences for empty user with Rest API and response is 400")
|
||||
public void userGetsItsPeoplePreferencesForEmptyPersonId() throws Exception
|
||||
|
||||
Reference in New Issue
Block a user