From 060243bab3b0725edfd7673cb76f2687612afb90 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 11 Jun 2025 18:32:26 +0200 Subject: [PATCH] test: change participant role from publisher to moderator in activities panel test --- frontend/webcomponent/tests/e2e/core/room.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');