Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed May 11, 2021
1 parent 2ddfafa commit adc3538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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, 300));
await ml.dashboardEmbeddables.assertAnomalyChartsSeverityThresholdControlExists();
await ml.dashboardEmbeddables.assertAnomalyChartsExists();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit adc3538

Please sign in to comment.