Migrate crypto test to cypress (#8833)
This commit is contained in:
parent
171f5adff6
commit
7e47749ce2
10 changed files with 207 additions and 72 deletions
|
@ -936,6 +936,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
|
|||
disabled={this.state.busy || (this.props.kind == KIND_CALL_TRANSFER && this.state.targets.length > 0)}
|
||||
autoComplete="off"
|
||||
placeholder={hasPlaceholder ? _t("Search") : null}
|
||||
data-test-id="invite-dialog-input"
|
||||
/>
|
||||
);
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue