[5.6] Update layer name in test (#17757)

This updates the test to match the layer name change in EMS from US States to USA States.
This commit is contained in:
Thomas Neirynck 2018-04-18 18:02:05 -04:00 committed by GitHub
parent 9dd5729080
commit f7f47c0c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,8 +44,8 @@ export default function ({ getService, getPageObjects }) {
return PageObjects.visualize.clickOptions();
})
.then(function selectVectorMap() {
log.debug('Vector Map = World Countries');
return PageObjects.visualize.selectVectorMap('US States');
log.debug('Vector Map = USA States');
return PageObjects.visualize.selectVectorMap('USA States');
})
.then(function () {
return PageObjects.visualize.clickGo();