mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
9dd5729080
commit
f7f47c0c46
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue