🔧 Fix tab rendering with the text editor

This commit is contained in:
Elena Torro
2025-11-03 09:49:22 +01:00
committed by Alejandro Alonso
parent 54489c4285
commit d18a018236
7 changed files with 167 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import { WasmWorkspacePage } from "../pages/WasmWorkspacePage";
test.beforeEach(async ({ page }) => {
await WasmWorkspacePage.init(page);
await WasmWorkspacePage.mockConfigFlags(page, ["enable-feature-text-editor-v2"]);
});
test("BUG 10867 - Crash when loading comments", async ({ page }) => {