()
| 527 | |
| 528 | it('should set `aria-selected` based on the selection state in single selection mode', () => { |
| 529 | const getAriaSelected = () => |
| 530 | Array.from(primaryActions).map(action => action.getAttribute('aria-selected')); |
| 531 | |
| 532 | fixture = createComponent(BasicChipListbox); |
| 533 | // Use a shorter list so we can keep the assertions smaller |
no test coverage detected