Remove status message check in import test

This commit is contained in:
2026-04-02 23:33:28 +02:00
parent 75e118a287
commit cc48aaa7c7

View File

@@ -35,7 +35,6 @@ test("imports a gltf asset with external resources and survives reload", async (
await expect(page.getByTestId("outliner-model-instance-list").getByRole("button")).toHaveCount(2);
await page.getByRole("button", { name: "Save Draft" }).click({ force: true });
await expect(page.getByTestId("status-message")).toContainText("Local draft saved.");
await page.reload();