We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ca26d commit f0691c3Copy full SHA for f0691c3
x-pack/test/accessibility/apps/ml.ts
@@ -279,6 +279,7 @@ export default function ({ getService }: FtrProviderContext) {
279
280
it('data frame analytics create job validation step for outlier job', async () => {
281
await ml.dataFrameAnalyticsCreation.continueToValidationStep();
282
+ await ml.dataFrameAnalyticsCreation.assertValidationCalloutsExists();
283
await a11y.testAppSnapshot();
284
});
285
0 commit comments