Test helper for selecting a radio button in a list filter.
The content element of a <list-filter>'s generic dropdown.
<list-filter>
The exact text of the item to select.
const filter = el.querySelector('list-filter');const content = getGenericDropdownContent(filter);await selectListFilterItem(content, 'Example'); Copy
const filter = el.querySelector('list-filter');const content = getGenericDropdownContent(filter);await selectListFilterItem(content, 'Example');
Use ListFilterHelper instead.
Test helper for selecting a radio button in a list filter.