Skip to content

Commit 9e9fd72

Browse files
committed
fixup! test(cdk-experimental/radio): use case examples
1 parent f06b52d commit 9e9fd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdk-experimental/radio/radio.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ describe('CdkRadioGroup', () => {
119119
});
120120
});
121121

122-
it('should set aria-orientation to "horizontal"', () => {
122+
it('should set aria-orientation to "vertical"', () => {
123123
setupDefaultRadioGroup();
124-
expect(radioGroupElement.getAttribute('aria-orientation')).toBe('horizontal');
124+
expect(radioGroupElement.getAttribute('aria-orientation')).toBe('vertical');
125125
});
126126

127127
it('should set aria-disabled to false', () => {

0 commit comments

Comments
 (0)