mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
9698262124
commit
6c7a985bb7
2 changed files with 0 additions and 2 deletions
|
@ -120,7 +120,6 @@ 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,7 +107,6 @@ 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