Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin committed Jan 23, 2025
1 parent 3c8fa4e commit 8b76a3f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ui/tests/unit/duplicate-column-step-form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,5 @@ describe('Duplicate Column Step Form', () => {
props: { initialStepValue: { name: 'duplicate', column: 'foo', newColumnName: 'bar' } },
});

runner.testCancel({
currentPipelineName: 'default_pipeline',
pipelines: {
default_pipeline: [
{ name: 'domain', domain: 'foo' },
{ name: 'rename', toRename: [['foo', 'bar']] },
],
},
selectedStepIndex: 1,
});


runner.testCancel();
});

0 comments on commit 8b76a3f

Please sign in to comment.