Skip to content

Commit f0691c3

Browse files
ensure callouts exist before moving to continue button
1 parent 36ca26d commit f0691c3

File tree

1 file changed

+1
-0
lines changed
  • x-pack/test/accessibility/apps

1 file changed

+1
-0
lines changed

x-pack/test/accessibility/apps/ml.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export default function ({ getService }: FtrProviderContext) {
279279

280280
it('data frame analytics create job validation step for outlier job', async () => {
281281
await ml.dataFrameAnalyticsCreation.continueToValidationStep();
282+
await ml.dataFrameAnalyticsCreation.assertValidationCalloutsExists();
282283
await a11y.testAppSnapshot();
283284
});
284285

0 commit comments

Comments
 (0)