Update CSS and E2E test for toolbar scene name

This commit is contained in:
2026-03-31 04:50:33 +02:00
parent 03b719189d
commit 0c66275532
2 changed files with 14 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ test("app boots and shows the viewport shell", async ({ page }) => {
await page.goto("/");
await expect(page.getByText("WebEditor3D")).toBeVisible();
await expect(page.getByTestId("toolbar-scene-name")).toHaveValue("Untitled Scene");
await expect(page.getByTestId("viewport-shell")).toBeVisible();
await expect(page.getByTestId("enter-run-mode")).toBeVisible();