Test: Add more integrations test

Testing access, register, login, logout. Create and join as guest
This commit is contained in:
Valere
2025-03-14 11:00:01 +01:00
parent 9dc515f45d
commit b5fff42adc
3 changed files with 143 additions and 2 deletions

View File

@@ -161,7 +161,12 @@ export const RoomHeaderInfo: FC<RoomHeaderInfoProps> = ({
height={20}
aria-label={t("header_participants_label")}
/>
<Text as="span" size="sm" weight="medium">
<Text
as="span"
size="sm"
weight="medium"
data-testid="roomHeader_participants_count"
>
{t("participant_count", { count: participantCount ?? 0 })}
</Text>
</div>