diff --git a/frontend/webcomponent/tests/e2e/core/room.test.ts b/frontend/webcomponent/tests/e2e/core/room.test.ts index da0171a..6c01e29 100644 --- a/frontend/webcomponent/tests/e2e/core/room.test.ts +++ b/frontend/webcomponent/tests/e2e/core/room.test.ts @@ -174,7 +174,7 @@ test.describe('Room Functionality Tests', () => { }); test('should show activities panel', async ({ page }) => { - await joinRoomAs('publisher', participantName, page); + await joinRoomAs('moderator', participantName, page); // Open activities panel await waitForElementInIframe(page, '#activities-panel-btn');