mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
365b342f57
commit
e4c21ebf07
1 changed files with 3 additions and 1 deletions
|
@ -447,7 +447,9 @@ export class VisualBuilderPageObject extends FtrService {
|
|||
const metricsIndexPatternInput = 'metricsIndexPatternInput';
|
||||
|
||||
if (useKibanaIndices !== undefined) {
|
||||
await this.switchIndexPatternSelectionMode(useKibanaIndices);
|
||||
await this.retry.try(async () => {
|
||||
await this.switchIndexPatternSelectionMode(useKibanaIndices);
|
||||
});
|
||||
}
|
||||
|
||||
if (useKibanaIndices === false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue