Skip to content

Commit

Permalink
Fixing profile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288347 committed Apr 27, 2024
1 parent e70a069 commit 93aec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/__tests__/pages/Profile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Profile component', () => {
fireEvent.click(screen.getByTestId('andina-button'));
fireEvent.click(screen.getByTestId('samu-button'));
fireEvent.click(screen.getByTestId('barrero-button'));
fireEvent.click(screen.getByTestId('maite-button'));
fireEvent.click(screen.getByTestId('teresa-button'));
fireEvent.click(screen.getByTestId('confirm-button'));

await waitFor(() => {
Expand Down

0 comments on commit 93aec28

Please sign in to comment.