mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fixed some bamboo failures
This commit is contained in:
@@ -38,7 +38,7 @@ public class GetDeploymentSanityTests extends RestWorkflowTest
|
||||
|
||||
deploymentsApi.useRestClient(restClient);
|
||||
restClient.authenticateUser(adminUser);
|
||||
deployment = deploymentsApi.getDeployments().getOneRandomEntry();
|
||||
deployment = deploymentsApi.getDeployments().getOneRandomEntry().onModel();
|
||||
}
|
||||
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.DEPLOYMENTS },
|
||||
|
||||
@@ -9,6 +9,7 @@ import org.alfresco.utility.model.SiteModel;
|
||||
import org.alfresco.utility.model.TaskModel;
|
||||
import org.alfresco.utility.model.TestGroup;
|
||||
import org.alfresco.utility.model.UserModel;
|
||||
import org.alfresco.utility.report.Bug;
|
||||
import org.alfresco.utility.testrail.ExecutionType;
|
||||
import org.alfresco.utility.testrail.annotation.TestRail;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -97,7 +98,8 @@ public class GetTaskSanityTests extends RestWorkflowTest
|
||||
.and().field("message").is(taskModel.getMessage());
|
||||
tasksApi.usingRestWrapper().assertStatusCodeIs(HttpStatus.OK);
|
||||
}
|
||||
|
||||
|
||||
@Bug(id = "MNT-17051")
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.TASKS }, executionType = ExecutionType.SANITY, description = "Verify involved user in a task without claim it gets the task with Rest API and response is successfull (200)")
|
||||
public void involvedUserWithoutClaimTaskGetsTask() throws Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user