Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderVanOyen committed May 22, 2024
1 parent baf53c4 commit 159f8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/__test__/EditUserForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('EditUserForm', () => {
render(<EditUserForm userId={1} />);

await waitFor(() => {
expect(screen.getByText('user email')).toBeInTheDocument();
expect(screen.getByText('email')).toBeInTheDocument();
expect(screen.getByText('john.doe@example.com')).toBeInTheDocument();
expect(screen.getByDisplayValue('John')).toBeInTheDocument();
expect(screen.getByDisplayValue('Doe')).toBeInTheDocument();
Expand Down

0 comments on commit 159f8d6

Please sign in to comment.