Edit room-header.spec.ts
to check apps button (#10934)
* Edit room-header.spec.ts to check apps button * Check aria-checked status instead * Edit a comment
This commit is contained in:
parent
fabfae172b
commit
7d0c68aa29
2 changed files with 100 additions and 0 deletions
|
@ -591,6 +591,7 @@ export default class RoomHeader extends React.Component<IProps, IState> {
|
|||
})}
|
||||
onClick={this.props.onAppsClick}
|
||||
title={this.props.appsShown ? _t("Hide Widgets") : _t("Show Widgets")}
|
||||
aria-checked={this.props.appsShown}
|
||||
alignment={Alignment.Bottom}
|
||||
key="apps"
|
||||
/>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue