Skip to content

Commit

Permalink
Upate test after chage text
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Jun 26, 2024
1 parent f67252d commit 81e3822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ChangePasswordForm-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test("renders custom password form after clicking do not want a suggested passwo
},
},
});
const customPasswordButton = screen.getByRole("checkbox", { name: /Create a custom password?/i });
const customPasswordButton = screen.getByRole("checkbox", { name: /Set your own password?/i });
expect(customPasswordButton).toBeInTheDocument();

fireEvent.click(customPasswordButton);
Expand Down

0 comments on commit 81e3822

Please sign in to comment.