Compare commits

...

2 Commits

Author SHA1 Message Date
vaidankarswapnil
a3a3bf3663 Updated 1 test screenshot 2022-01-21 12:49:49 +05:30
vaidankarswapnil
e078f9c511 Fixed a11y issue for new container advanced accordian 2022-01-20 21:27:06 +05:30
3 changed files with 29649 additions and 19 deletions

29666
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,6 @@ export class CollapsibleSectionComponent extends React.Component<CollapsibleSect
onClick={this.toggleCollapsed}
onKeyPress={this.onKeyPress}
tabIndex={0}
aria-name="Advanced"
role="button"
aria-expanded={this.state.isExpanded}
>

View File

@@ -4,7 +4,6 @@ exports[`CollapsibleSectionComponent renders 1`] = `
<Fragment>
<Stack
aria-expanded={true}
aria-name="Advanced"
className="collapsibleSection"
horizontal={true}
onClick={[Function]}