Skip to content

Commit

Permalink
trial anomaly timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed May 12, 2021
1 parent 6c7a985 commit 9a11711
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 9a11711

Please sign in to comment.