Update e2e tests to remove viewport overlay checks and add new properties in EditorStoreSnapshot

This commit is contained in:
2026-04-03 01:27:49 +02:00
parent edd0b3e2a2
commit 52d2634324
3 changed files with 9 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ test("user can create a box brush and keep it through a draft reload", async ({
await page.getByRole("button", { name: /Entry Room/ }).click();
await expect(page.getByTestId("brush-center-y")).toHaveValue("2");
await expect(page.getByTestId("brush-size-z")).toHaveValue("4");
await expect(page.getByTestId("viewport-overlay-topLeft")).toBeVisible();
await expect(page.getByTestId("viewport-overlay-topLeft")).toHaveCount(0);
expect(pageErrors).toEqual([]);
expect(consoleErrors).toEqual([]);