You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +03:00
Migrate some tests to React Testing Library (#9584)
This commit is contained in:
@@ -136,6 +136,7 @@ export default class SearchBox extends React.Component<IProps, IState> {
|
||||
placeholder={this.state.blurred ? (blurredPlaceholder || placeholder) : placeholder}
|
||||
autoComplete="off"
|
||||
autoFocus={this.props.autoFocus}
|
||||
data-testid="searchbox-input"
|
||||
/>
|
||||
{ clearButton }
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user