Skip to content

Commit

Permalink
Snapshot for some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Frdrcpeter007 committed Oct 17, 2023
1 parent 895cef3 commit 75b0a40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion components/atoms/Stepper/Forms/__snapshots__/kyc.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@ exports[`KYC should render the component 1`] = `
<div
class="flex flex-col gap-6 justify-center items-center"
>
Verification d'identité...
<div
class="flex flex-col gap-2 items-center justify-center"
>
<div
aria-label="loading"
class="animate-spin inline-block w-4 h-4 border-[2px] border-current border-t-transparent text-primary rounded-full"
role="status"
>
<span
class="sr-only"
>
Loading...
</span>
</div>
<span
class="text-sm font-light"
>
Avant de continuer, nous devons vérifier votre identité...
</span>
</div>
</div>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ exports[`OTP renders 1`] = `
Expire dans
<span>
01
02
:
57
00
</span>
</span>
</div>
Expand Down

0 comments on commit 75b0a40

Please sign in to comment.