Skip to content

Commit c26678c

Browse files
committed
Fix failing test
1 parent 4d1d33a commit c26678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ describe('MockDataGeneratorModal', () => {
771771
});
772772

773773
// Advance to document count step
774-
userEvent.click(screen.getByText('Confirm mappings'));
774+
userEvent.click(screen.getByTestId('next-step-button'));
775775
await waitFor(() => {
776776
expect(screen.getByText('Specify Number of Documents to Generate')).to
777777
.exist;

0 commit comments

Comments
 (0)