diff --git a/src/lib/checkbox/checkbox.html b/src/lib/checkbox/checkbox.html index cece0500866c..b6067c6e0833 100644 --- a/src/lib/checkbox/checkbox.html +++ b/src/lib/checkbox/checkbox.html @@ -22,6 +22,7 @@
{ .toBe(0, 'Expected no ripple after element is blurred.'); })); + it('should remove the SVG checkmark from the tab order', () => { + expect(checkboxNativeElement.querySelector('svg')!.getAttribute('focusable')).toBe('false'); + }); + describe('ripple elements', () => { it('should show ripples on label mousedown', () => {