Add UI tests

This commit is contained in:
Thomas Nordquist
2019-01-28 22:40:52 +01:00
parent 2822f98103
commit d11337fda2
17 changed files with 2835 additions and 63 deletions

View File

@@ -64,7 +64,7 @@ class MessageHistory extends React.Component<Props, State> {
badgeContent={this.props.items.length}
color="primary"
>
{this.state.collapsed ? '▶' : '▼'} History
{this.state.collapsed ? '▶ History' : '▼ History'}
</Badge>
<div style={{ float: 'right' }}>{this.state.collapsed ? this.props.contentTypeIndicator : null}</div>
</Typography>