mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix: Fix transcription test expectation. (#16664)
This commit is contained in:
@@ -26,7 +26,7 @@ describe('Transcription', () => {
|
||||
token: t({ room, moderator: true }),
|
||||
iFrameApi: true });
|
||||
|
||||
const transcriptionEnabled = await p1.execute(() => !config.transcription?.enabled);
|
||||
const transcriptionEnabled = await p1.execute(() => config.transcription?.enabled);
|
||||
|
||||
expect(transcriptionEnabled).toBe(expectations.jaas.transcriptionEnabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user