From 485005477efd13f5c8068c8d4726253cb6403fe6 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 4 Feb 2026 14:02:38 +0100 Subject: [PATCH] :bug: Fix WasmWorkspacePage import --- frontend/playwright/ui/specs/workspace.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/playwright/ui/specs/workspace.spec.js b/frontend/playwright/ui/specs/workspace.spec.js index 3c72bbb130..59ab5e406a 100644 --- a/frontend/playwright/ui/specs/workspace.spec.js +++ b/frontend/playwright/ui/specs/workspace.spec.js @@ -1,5 +1,5 @@ import { test, expect } from "@playwright/test"; -import { WasmWorkspacePage } from "../pages/WorkspacePage"; +import { WasmWorkspacePage } from "../pages/WasmWorkspacePage"; import { presenceFixture, joinFixture2, joinFixture3 } from "../../data/workspace/ws-notifications"; test.beforeEach(async ({ page }) => {