From 855b8245db1a86bd0bc6e59c622a14255963ac96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:37:57 -0600 Subject: [PATCH] add(attributes): adding test attributes for some elements --- .../components/calling/IncomingCall.svelte | 20 +++++++++---------- .../components/messaging/ChatPreview.svelte | 6 +++--- .../components/messaging/Conversation.svelte | 4 ++-- src/lib/layouts/Chatbar.svelte | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/lib/components/calling/IncomingCall.svelte b/src/lib/components/calling/IncomingCall.svelte index 8295b6cc9..78f65b9cd 100644 --- a/src/lib/components/calling/IncomingCall.svelte +++ b/src/lib/components/calling/IncomingCall.svelte @@ -78,26 +78,26 @@ {#if pending && (VoiceRTCInstance.incomingCallFrom === null || (VoiceRTCInstance.incomingCallFrom && $callInProgress !== VoiceRTCInstance.incomingCallFrom[1]?.metadata.channel))} -