test: change participant role from publisher to moderator in activities panel test
This commit is contained in:
parent
73290ed470
commit
060243bab3
@ -174,7 +174,7 @@ test.describe('Room Functionality Tests', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('should show activities panel', async ({ page }) => {
|
test('should show activities panel', async ({ page }) => {
|
||||||
await joinRoomAs('publisher', participantName, page);
|
await joinRoomAs('moderator', participantName, page);
|
||||||
|
|
||||||
// Open activities panel
|
// Open activities panel
|
||||||
await waitForElementInIframe(page, '#activities-panel-btn');
|
await waitForElementInIframe(page, '#activities-panel-btn');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user