From 8e5c4985ccefdd182f0edcaf1fb356b833d8fc62 Mon Sep 17 00:00:00 2001 From: Raluca Munteanu Date: Thu, 25 Mar 2021 16:43:06 +0200 Subject: [PATCH] APPS-888: [AGS] Intermittent can't recreate RM site immediately after deletion - Added priority to test as pointed out at review --- .../rest/rm/community/records/CompleteRecordTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/CompleteRecordTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/CompleteRecordTests.java index e37a5e7268..96f7d83e1f 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/CompleteRecordTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/records/CompleteRecordTests.java @@ -194,7 +194,8 @@ public class CompleteRecordTests extends BaseRMRestTest @Test ( dataProvider = "IncompleteRecordsMandatoryMetadataPresent", - description = "Cannot complete a record that is already completed" + description = "Cannot complete a record that is already completed", + priority = 3 ) @AlfrescoTest (jira = "RM-4431") public void completeAlreadyCompletedRecord(String electronicRecordId, String nonElectronicRecordId)