Merge branch 'breakout-room-migration' of github.com:Tainan404/bigbluebutton into breakout-room-migration

This commit is contained in:
Tainan Felipe 2023-11-15 11:35:46 -03:00
commit b4c8dac941
2 changed files with 4 additions and 4 deletions

View File

@ -88,9 +88,9 @@ public:
# speech API, which involves sending voice data to third-party servers!
# https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API#speech_recognition
audioCaptions:
enabled: true
enabled: false
# mobile: <Boolean> - controls speech transcription availability on mobile
mobile: true
mobile: false
# provider: [webspeech, vosk, whisper, deepspeech]
provider: webspeech
language:

View File

@ -28,7 +28,7 @@ test.describe.parallel('Breakout', () => {
await create.changeRoomsName();
});
test('Remove and reset assignments @ci', async ({ browser, context, page }) => {
test('Remove and reset assignments @ci @flaky', async ({ browser, context, page }) => {
const create = new Create(browser, context);
await create.initPages(page);
await create.removeAndResetAssignments();
@ -41,7 +41,7 @@ test.describe.parallel('Breakout', () => {
});
});
test.describe.parallel('After creating', () => {
test.describe.parallel('After creating @flaky', () => {
// https://docs.bigbluebutton.org/2.6/release-tests.html#moderators-creating-breakout-rooms-and-assiging-users-automated
test('Join Breakout room @ci', async ({ browser, context, page }) => {
const join = new Join(browser, context);