This commit is contained in:
Greg Thompson 2021-05-11 09:57:18 -05:00
parent 2ddfafa6bb
commit adc3538145
No known key found for this signature in database
GPG key ID: ED1F695C1077B958
2 changed files with 2 additions and 0 deletions

View file

@ -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();

View file

@ -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();
});