mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix missing semi
This commit is contained in:
parent
7b5dd3ef9c
commit
326892228c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ define(function (require) {
|
|||
|
||||
return self.getTimeFieldNameField().click()
|
||||
.then(function () {
|
||||
return self.getTimeFieldNameField().click()
|
||||
return self.getTimeFieldNameField().click();
|
||||
})
|
||||
.then(function () {
|
||||
return self.getTimeFieldOption(selection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue