mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
typo
This commit is contained in:
@@ -45,7 +45,7 @@ public class AddFavoriteSiteSanityTests extends RestTest
|
||||
|
||||
peopleApi.addFavoriteSite(managerUser, siteModel);
|
||||
peopleApi.usingRestWrapper().assertStatusCodeIs(HttpStatus.CONFLICT);
|
||||
peopleApi.usingRestWrapper().assertLastError().containsSummary("i3s already a favourite site");
|
||||
peopleApi.usingRestWrapper().assertLastError().containsSummary("is already a favourite site");
|
||||
}
|
||||
|
||||
@TestRail(section = { TestGroup.REST_API, TestGroup.PEOPLE }, executionType = ExecutionType.SANITY, description = "Verify collaborator user add a favorite site with Rest API and response is successful (201)")
|
||||
|
||||
Reference in New Issue
Block a user