trial anomaly timeout

This commit is contained in:
Greg Thompson 2021-05-11 20:34:28 -05:00
parent 6c7a985bb7
commit 9a11711ba8
No known key found for this signature in database
GPG key ID: ED1F695C1077B958

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, 500));
await ml.dashboardEmbeddables.assertAnomalyChartsSeverityThresholdControlExists();
await ml.dashboardEmbeddables.assertAnomalyChartsExists();