Skip to content

Commit c22684e

Browse files
committed
add test about esr
1 parent 9b60baa commit c22684e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compass-indexes/src/components/create-index-form/index-flow-section.spec.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,9 @@ describe('IndexFlowSection', () => {
221221
screen.queryByTestId('index-flow-section-optimal-queries-examples')
222222
).not.to.exist;
223223
});
224+
225+
it('does not render ESR Learn More link', () => {
226+
expect(screen.queryByText('Learn about ESR')).not.to.exist;
227+
});
224228
});
225229
});

0 commit comments

Comments
 (0)