From 463dac0a156fffc81e9b284dbb22f04074b6e87d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 06:01:21 +0200 Subject: [PATCH] Update e2e test to check for interactable prompt count --- tests/e2e/entities-foundation.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/entities-foundation.e2e.ts b/tests/e2e/entities-foundation.e2e.ts index c286370b..70860048 100644 --- a/tests/e2e/entities-foundation.e2e.ts +++ b/tests/e2e/entities-foundation.e2e.ts @@ -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([]);