Et 683 extend modal and input components #80
Annotations
2 errors and 1 warning
src/components/ui/modal/Modal.spec.tsx > Modal > match snapshot:
src/components/ui/modal/Modal.spec.tsx#L33
Error: Snapshot `Modal > match snapshot 1` mismatched
- Expected
+ Received
@@ -10,11 +10,11 @@
/>
<div
class="fixed inset-0 z-[9999] w-screen overflow-y-auto"
>
<div
- class="flex mt-[100px] justify-center p-4"
+ class="flex justify-center p-4 mt-[100px]"
>
<div
class="relative transform overflow-hidden transition-all bg-white rounded-lg shadow border border-slate-200"
>
<div
❯ src/components/ui/modal/Modal.spec.tsx:33:33
|
deploy
Process completed with exit code 1.
|
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|