We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6834d commit 32bef9bCopy full SHA for 32bef9b
src/lib/radio/radio.spec.ts
@@ -217,7 +217,7 @@ describe('MatRadio', () => {
217
expect(radioInstances[1].checked).toBe(true);
218
});
219
220
- it('should deselect all of the checkboxes when the group value is cleared', () => {
+ it('should deselect all of the radios when the group value is cleared', () => {
221
radioInstances[0].checked = true;
222
223
expect(groupInstance.value).toBeTruthy();
0 commit comments