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([]);