Skip to content

Commit

Permalink
Teste para ativar conta
Browse files Browse the repository at this point in the history
  • Loading branch information
RaissaAndradeS committed Dec 8, 2023
1 parent 1fb5f6c commit c92d2cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/pages/active-account/active-account.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,9 @@ describe('ActiveAccountComponent', () => {
expect(myspy).toHaveBeenCalled();
});

it('should resend code on clicking "Reenviar Código"', () => {
spyOn(component, 'resendCode');
component.resendCode();
expect(component.resendCode).toHaveBeenCalled();

});

0 comments on commit c92d2cb

Please sign in to comment.