Skip to content

Commit fd32c05

Browse files
committed
remove default step test
1 parent 341cdf8 commit fd32c05

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/mock-data-generator-modal.spec.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,4 @@ describe('MockDataGeneratorModal', () => {
103103
screen.getByTestId('next-step-button').click();
104104
expect(screen.getByTestId('next-step-button')).to.have.text('Done');
105105
});
106-
107-
it('renders the first step by default', () => {
108-
renderModal();
109-
110-
expect(
111-
screen.getByTestId(
112-
`generate-mock-data-step-${MockDataGeneratorStep.AI_DISCLAIMER}`
113-
)
114-
).to.exist;
115-
});
116106
});

0 commit comments

Comments
 (0)