🔧 Fix typo in workspace spec (#8272)

This commit is contained in:
Belén Albeza 2026-02-04 17:05:49 +01:00 committed by GitHub
parent 1656fefdc9
commit 834b513562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ test("User receives presence notifications updates in the workspace", async ({
test("BUG 13058 - Presence list shows up to 3 user avatars", async ({
page,
}) => {
const workspacePage = new WorkspacePage(page);
const workspacePage = new WasmWorkspacePage(page);
await workspacePage.setupEmptyFile();
await workspacePage.goToWorkspace();