diff --git a/x-pack/test/functional/services/ml/anomaly_explorer.ts b/x-pack/test/functional/services/ml/anomaly_explorer.ts index 3796ff37f4188..aa85ee7145d07 100644 --- a/x-pack/test/functional/services/ml/anomaly_explorer.ts +++ b/x-pack/test/functional/services/ml/anomaly_explorer.ts @@ -133,7 +133,7 @@ export function MachineLearningAnomalyExplorerProvider({ const dashboardRows = await testSubjects.findAll('~mlDashboardSelectionTableRow', 2000); expect(dashboardRows.length).to.eql( expectedRowCount, - `Dashboadr table should have ${expectedRowCount} rows, got ${dashboardRows.length}` + `Dashboard table should have ${expectedRowCount} rows, got ${dashboardRows.length}` ); }); },