updated scenario for 5.2

This commit is contained in:
cagache
2016-11-23 17:22:08 +02:00
parent 4a43170a8e
commit 140d83fd58
@@ -71,7 +71,7 @@ public class GetSitesCoreTests extends RestTest
description= "Verify User gets sites ordered by name ascendant and status code is 200")
public void getSitesOrderedByNameASC() throws Exception
{
sites = restClient.authenticateUser(privateSiteManager).withParams("orderBy=name ASC")
sites = restClient.authenticateUser(privateSiteManager).withParams("orderBy=title ASC")
.withCoreAPI().getSites();
restClient.assertStatusCodeIs(HttpStatus.OK);
sites.assertThat().entriesListIsNotEmpty();