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 f06b52d commit 9e9fd72Copy full SHA for 9e9fd72
src/cdk-experimental/radio/radio.spec.ts
@@ -119,9 +119,9 @@ describe('CdkRadioGroup', () => {
119
});
120
121
122
- it('should set aria-orientation to "horizontal"', () => {
+ it('should set aria-orientation to "vertical"', () => {
123
setupDefaultRadioGroup();
124
- expect(radioGroupElement.getAttribute('aria-orientation')).toBe('horizontal');
+ expect(radioGroupElement.getAttribute('aria-orientation')).toBe('vertical');
125
126
127
it('should set aria-disabled to false', () => {
0 commit comments