Skip to content

Commit

Permalink
Remove last name validation check. The last name is no longer required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Mar 31, 2024
1 parent 95cb5d2 commit 996fd14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ describe('<GuestInviteButton />', () => {
fireEvent.click(submitButton);

await screen.findByText(/first name is required/i);
await screen.findByText(/last name is required/i);
await screen.findByText(/email is required/i);
});
});

0 comments on commit 996fd14

Please sign in to comment.