refactor(editor): remove AbstractEditor type and feature flags in test (#10308)

This commit is contained in:
Saul-Mirone
2025-02-20 07:05:35 +00:00
parent 13f1859cdf
commit 9f4311f654
19 changed files with 215 additions and 412 deletions

View File

@@ -121,7 +121,6 @@ test(
const pageB = await context.newPage();
await enterPlaygroundRoom(pageB, {
flags: {},
room,
noInit: true,
});
@@ -181,7 +180,7 @@ test(
const room = await enterPlaygroundRoom(pageA);
const pageB = await browser.newPage();
await enterPlaygroundRoom(pageB, { flags: {}, room });
await enterPlaygroundRoom(pageB, { room });
await disconnectByClick(pageA);
await disconnectByClick(pageB);