mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix: Fix transcription test expectation. (#16664)
This commit is contained in:
@@ -26,7 +26,7 @@ describe('Transcription', () => {
|
|||||||
token: t({ room, moderator: true }),
|
token: t({ room, moderator: true }),
|
||||||
iFrameApi: 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);
|
expect(transcriptionEnabled).toBe(expectations.jaas.transcriptionEnabled);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user