Skip to content

Commit 769243c

Browse files
[ML] Data Frame Analytics accessibility tests: fix flaky outlier creation test (#94735)
* ensure callouts exist before moving to continue button * unskip ml accessibility suite
1 parent 3afaebc commit 769243c

File tree

1 file changed

+2
-2
lines changed
  • x-pack/test/accessibility/apps

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
1313
const a11y = getService('a11y');
1414
const ml = getService('ml');
1515

16-
// Failing: See https://github.com/elastic/kibana/issues/94666
17-
describe.skip('ml', () => {
16+
describe('ml', () => {
1817
const esArchiver = getService('esArchiver');
1918

2019
before(async () => {
@@ -279,6 +278,7 @@ export default function ({ getService }: FtrProviderContext) {
279278

280279
it('data frame analytics create job validation step for outlier job', async () => {
281280
await ml.dataFrameAnalyticsCreation.continueToValidationStep();
281+
await ml.dataFrameAnalyticsCreation.assertValidationCalloutsExists();
282282
await a11y.testAppSnapshot();
283283
});
284284

0 commit comments

Comments
 (0)