Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jan 4, 2022
1 parent 5a84dbe commit 8aa9e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/ml/anomaly_explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
);
});
},
Expand Down

0 comments on commit 8aa9e3d

Please sign in to comment.