Skip to content

Commit 75b570b

Browse files
committed
remove unnecessary tests
1 parent d28a9a1 commit 75b570b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/ui/SelectCountryStepTest.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ describe('SelectCountryStep', () => {
114114
expect(selectionListProps?.shouldScrollToFocusedIndex).toBe(false);
115115
expect(selectionListProps?.shouldScrollToFocusedIndexOnMount).toBe(false);
116116
expect(selectionListProps?.shouldUpdateFocusedIndex).toBe(true);
117-
expect(selectionListProps?.shouldHighlightInitiallyFocusedItem).toBe(true);
118-
expect(selectionListProps?.shouldHighlightSelectedItem).toBe(true);
119117
});
120118

121119
it('keeps the initially pinned country at the top while the live selection changes during the same mount', () => {

0 commit comments

Comments
 (0)