test: fix typo
This commit is contained in:
parent
2abacc9663
commit
19141c9e42
@ -16,7 +16,7 @@ test.describe.parallel('Audio', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// https://docs.bigbluebutton.org/2.6/release-tests.html#muteunmute
|
// https://docs.bigbluebutton.org/2.6/release-tests.html#muteunmute
|
||||||
test('Mute youself by clicking the mute button @ci', async ({ browser, page }) => {
|
test('Mute yourself by clicking the mute button @ci', async ({ browser, page }) => {
|
||||||
const audio = new Audio(browser, page);
|
const audio = new Audio(browser, page);
|
||||||
await audio.init(true, false);
|
await audio.init(true, false);
|
||||||
await audio.muteYourselfByButton();
|
await audio.muteYourselfByButton();
|
||||||
@ -37,7 +37,7 @@ test.describe.parallel('Audio', () => {
|
|||||||
|
|
||||||
test.describe.parallel('Talking indicator @ci', () => {
|
test.describe.parallel('Talking indicator @ci', () => {
|
||||||
// https://docs.bigbluebutton.org/2.6/release-tests.html#talking-indicator
|
// https://docs.bigbluebutton.org/2.6/release-tests.html#talking-indicator
|
||||||
test('Mute youself by clicking the talking indicator', async ({ browser, page }) => {
|
test('Mute yourself by clicking the talking indicator', async ({ browser, page }) => {
|
||||||
const audio = new Audio(browser, page);
|
const audio = new Audio(browser, page);
|
||||||
await audio.init(true, false);
|
await audio.init(true, false);
|
||||||
await audio.muteYourselfBytalkingIndicator();
|
await audio.muteYourselfBytalkingIndicator();
|
||||||
|
Loading…
Reference in New Issue
Block a user