@@ -59,6 +59,7 @@ exports[`Card theme V2 (1) should render card without caption if attachment type
59
59
data-progress = " 0"
60
60
data-testid = " audio-progress"
61
61
role = " progressbar"
62
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
62
63
>
63
64
<div
64
65
class = " str-chat__message-attachment-audio-widget--progress-slider"
@@ -282,6 +283,7 @@ exports[`Card theme V2 (7) should render audio with caption using og_scrape_url
282
283
data-progress = " 0"
283
284
data-testid = " audio-progress"
284
285
role = " progressbar"
286
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
285
287
>
286
288
<div
287
289
class = " str-chat__message-attachment-audio-widget--progress-slider"
@@ -493,6 +495,7 @@ exports[`Card theme V2 (10) should render audio without title if attachment type
493
495
data-progress = " 0"
494
496
data-testid = " audio-progress"
495
497
role = " progressbar"
498
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
496
499
>
497
500
<div
498
501
class = " str-chat__message-attachment-audio-widget--progress-slider"
@@ -689,6 +692,7 @@ exports[`Card theme V2 (13) should render audio without title and with caption u
689
692
data-progress = " 0"
690
693
data-testid = " audio-progress"
691
694
role = " progressbar"
695
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
692
696
>
693
697
<div
694
698
class = " str-chat__message-attachment-audio-widget--progress-slider"
@@ -872,6 +876,7 @@ exports[`Card theme V2 (16) should render audio widget with title & text in Card
872
876
data-progress = " 0"
873
877
data-testid = " audio-progress"
874
878
role = " progressbar"
879
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
875
880
>
876
881
<div
877
882
class = " str-chat__message-attachment-audio-widget--progress-slider"
@@ -1404,6 +1409,7 @@ exports[`Card theme V2 (25) should render audio widget with image loaded from th
1404
1409
data-progress = " 0"
1405
1410
data-testid = " audio-progress"
1406
1411
role = " progressbar"
1412
+ style = " --str-chat__message-attachment-audio-widget-progress: 0%;"
1407
1413
>
1408
1414
<div
1409
1415
class = " str-chat__message-attachment-audio-widget--progress-slider"
0 commit comments