Update e2e test to check for interactable prompt count

This commit is contained in:
2026-03-31 06:01:21 +02:00
parent f2745a42ac
commit 463dac0a15

View File

@@ -36,7 +36,7 @@ test("user can place and select typed entities from the entity foundation workfl
.click();
await expect(page.getByTestId("sound-emitter-radius")).toHaveValue("9");
await expect(page.getByText("Sound Emitter", { exact: true })).toBeVisible();
await expect(page.getByTestId("interactable-prompt")).toHaveCount(0);
expect(pageErrors).toEqual([]);
expect(consoleErrors).toEqual([]);