Show the live transcript as one flowing row of confidence chips.
Drop per-segment cards and plain text so only colored word chips wrap in a single container while transcription runs.
This commit is contained in:
@@ -166,9 +166,8 @@ class ShowTest extends TestCase
|
||||
]);
|
||||
|
||||
Livewire::test(Show::class, ['recording' => $recording])
|
||||
->assertSee('whisper.segments', false)
|
||||
->assertSee('whisperWords', false)
|
||||
->assertSee('whisper.language', false)
|
||||
->assertSee('segmentDomKey', false)
|
||||
->assertSee('Hello');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user