diff --git a/content/docs/testing-recipes.md b/content/docs/testing-recipes.md index 0ce5e205f..f666116e5 100644 --- a/content/docs/testing-recipes.md +++ b/content/docs/testing-recipes.md @@ -529,7 +529,7 @@ it("should accept selections", () => { act(() => { container - .querySelector("[data-testid=2]") + .querySelector("[data-testid='2']") .dispatchEvent(new MouseEvent("click", { bubbles: true })); });