Browse Source

Update testing-recipes.md (#2616)

main
shixiaomiaomiao 5 years ago
committed by Alex Krolick
parent
commit
8af118139e
  1. 2
      content/docs/testing-recipes.md

2
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 }));
});

Loading…
Cancel
Save