Skip to content

Commit

Permalink
[ML] Remove snapshot test after opening index pattern modal
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Jan 27, 2021
1 parent 8a9bbf4 commit f2c1d80
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions x-pack/test/accessibility/apps/ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function ({ getService }: FtrProviderContext) {
const a11y = getService('a11y');
const ml = getService('ml');

// flaky tests, see https://github.com/elastic/kibana/issues/88592
describe('ml', () => {
const esArchiver = getService('esArchiver');

Expand Down Expand Up @@ -244,16 +243,12 @@ export default function ({ getService }: FtrProviderContext) {
await a11y.testAppSnapshot();
});

it('data frame analytics create job configuration step', async () => {
it('data frame analytics create job configuration step for outlier job', async () => {
await ml.testExecution.logTestStep(
'job creation selects the source data and loads the DFA job wizard page'
'selects the source data and loads the DFA job wizard page'
);
await ml.jobSourceSelection.selectSourceForAnalyticsJob(ihpIndexPattern);
await ml.dataFrameAnalyticsCreation.assertConfigurationStepActive();
await a11y.testAppSnapshot();
});

it('data frame analytics create job configuration step for outlier job', async () => {
await ml.testExecution.logTestStep('selects the outlier job type');
await ml.dataFrameAnalyticsCreation.assertJobTypeSelectExists();
await ml.dataFrameAnalyticsCreation.selectJobType(dfaJobType);
Expand Down

0 comments on commit f2c1d80

Please sign in to comment.