Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sundaycrafts committed Apr 14, 2023
1 parent 935d398 commit b6a8c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/component/Dialog.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe("<Dialog />", () => {
userEvent.clear(usernameInput);
userEvent.type(usernameInput, "johndoe");

// See https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args to learn how to setup logging in the Actions panel
userEvent.click(
await screen.findByRole("button", { name: "Save changes" })
);
Expand Down

0 comments on commit b6a8c23

Please sign in to comment.