We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3658c17 commit 5172994Copy full SHA for 5172994
1 file changed
src/ui/StopRoutesModal.test.tsx
@@ -91,7 +91,8 @@ describe('StopRoutesModal', () => {
91
it('renders route rows for each combined pattern', () => {
92
renderComponent();
93
expect(
94
- screen.getAllByLabelText('hideLine', { selector: 'input' }).length,
+ screen.getAllByLabelText('hideLine', { exact: false, selector: 'input' })
95
+ .length,
96
).toBe(mockCombinedPatterns.length);
97
});
98
0 commit comments