Remove status message check in import test
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user