Revert "trial"

This reverts commit adc3538145.
This commit is contained in:
Greg Thompson 2021-05-11 16:06:56 -05:00
parent 9698262124
commit 6c7a985bb7
No known key found for this signature in database
GPG key ID: ED1F695C1077B958
2 changed files with 0 additions and 2 deletions

View file

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

View file

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