mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
RegisteredView needs data tags as not reused from UnregisteredView.
This commit is contained in:
parent
c70536996e
commit
b19150bbba
@ -133,6 +133,7 @@ export function RegisteredView({ client, isPasswordlessUser }: Props) {
|
||||
type="text"
|
||||
required
|
||||
autoComplete="off"
|
||||
data-testid="home_callName"
|
||||
/>
|
||||
|
||||
<Button
|
||||
@ -140,6 +141,7 @@ export function RegisteredView({ client, isPasswordlessUser }: Props) {
|
||||
size="lg"
|
||||
className={styles.button}
|
||||
disabled={loading}
|
||||
data-testid="home_go"
|
||||
>
|
||||
{loading ? t("Loading…") : t("Go")}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user