mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[visualize/functionaltests] aggregating on an analyzed field is not allowed
This commit is contained in:
parent
cc0fbf7e4a
commit
828a4bf28f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ define(function (require) {
|
|||
})
|
||||
.then(function selectField() {
|
||||
common.debug('Field = extension');
|
||||
return visualizePage.selectField('extension');
|
||||
return visualizePage.selectField('extension.raw');
|
||||
})
|
||||
.then(function setInterval() {
|
||||
common.debug('switch from Rows to Columns');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue