Complete V1 RC deployment capability gates
This commit is contained in:
@@ -48,7 +48,7 @@ test("opens the Blender-style editor and initializes workers", async ({ page })
|
||||
await page.goto("/");
|
||||
appOrigin = new URL(page.url()).origin;
|
||||
|
||||
await expect(page.getByText("Blender Web", { exact: true }).first()).toBeVisible();
|
||||
await expect(page.getByText("Web Blender Modeler V1", { exact: true }).first()).toBeVisible();
|
||||
await expect(page.getByRole("button", { name: "Layout" })).toHaveClass(/active/);
|
||||
await expect(page.locator(".status-bar")).toContainText("Manifest: verified r1");
|
||||
await expect(page.locator(".status-bar")).toContainText("Engine: ready, open a .blend file", { timeout: 20_000 });
|
||||
@@ -2291,7 +2291,7 @@ test("undoes and redoes native scene commands without a Three.js shadow state",
|
||||
expect(result.redoRevision).toBe(4);
|
||||
});
|
||||
|
||||
test("wires Blender Web top-bar undo and redo to native history", async ({ page }) => {
|
||||
test("wires Web Blender Modeler top-bar undo and redo to native history", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await page.setInputFiles("[data-testid=blend-file-input]", basicBlend);
|
||||
await expect(page.getByText("BasicCube", { exact: true })).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user