import { render, screen } from '@testing-library/react' import { vi } from 'vitest' import DropdownSelector from '.' import DropdownMenuItem from './DropdownMenuItem' describe('DropdownSelector', () => { describe('when `value` does not match any child `DropdownMenuItem`', () => { it('keeps the DOM `