Test tags for invite links; joining call by UR:; getting call name.

This commit is contained in:
Michael Kaye
2023-05-11 14:29:01 +01:00
parent 6f4ab0d3ab
commit 099dcd28c7
6 changed files with 8 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ export function RoomAuthView() {
name="displayName"
label={t("Display name")}
placeholder={t("Display name")}
data-testid="joincall_displayName"
type="text"
required
autoComplete="off"
@@ -90,7 +91,7 @@ export function RoomAuthView() {
<ErrorMessage error={error} />
</FieldRow>
)}
<Button type="submit" size="lg" disabled={loading}>
<Button type="submit" size="lg" disabled={loading} data-testid="joincall_joincall">
{loading ? t("Loading…") : t("Join call now")}
</Button>
<div id={recaptchaId} />