diff --git a/x-pack/test/accessibility/apps/ml_embeddables_in_dashboard.ts b/x-pack/test/accessibility/apps/ml_embeddables_in_dashboard.ts index de44984a50c5b..deeff0844d2f6 100644 --- a/x-pack/test/accessibility/apps/ml_embeddables_in_dashboard.ts +++ b/x-pack/test/accessibility/apps/ml_embeddables_in_dashboard.ts @@ -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();