Compare commits

...

2 Commits

Author SHA1 Message Date
vaidankarswapnil
a7b7a1c914 Updated 1 test snapshot 2022-02-02 13:18:45 +05:30
vaidankarswapnil
e622931848 Fixed a11y mongo settings collapsible issue 2022-02-02 13:08:10 +05:30
2 changed files with 0 additions and 2 deletions

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]}