mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
trial
This commit is contained in:
parent
2ddfafa6bb
commit
adc3538145
2 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'Feb 11, 2016 @ 00:00:00.000'
|
||||
);
|
||||
await PageObjects.timePicker.pauseAutoRefresh();
|
||||
await new Promise((resolve) => setTimeout(resolve, 300));
|
||||
await ml.dashboardEmbeddables.assertAnomalyChartsSeverityThresholdControlExists();
|
||||
await ml.dashboardEmbeddables.assertAnomalyChartsExists();
|
||||
|
||||
|
|
|
@ -107,6 +107,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'Feb 11, 2016 @ 00:00:00.000'
|
||||
);
|
||||
await PageObjects.timePicker.pauseAutoRefresh();
|
||||
await new Promise((resolve) => setTimeout(resolve, 300));
|
||||
await ml.dashboardEmbeddables.assertAnomalyChartsSeverityThresholdControlExists();
|
||||
await ml.dashboardEmbeddables.assertAnomalyChartsExists();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue