Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 4, 2024
1 parent c5588aa commit 23a500d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ describe('Account Details Screen', () => {
await act(async () => {
fireEvent.click(nextButton);
});
// fireEvent.click(nextButton);
// expect(mockOnNext).toHaveBeenCalled();
expect(mockOnNext).toHaveBeenCalled();
});

it('should call onPrevious, when Back button clicked', () => {
Expand Down

0 comments on commit 23a500d

Please sign in to comment.