From 51834ae53950579b17680c18146634312e53976e Mon Sep 17 00:00:00 2001 From: Nathan Panchout Date: Thu, 5 Feb 2026 14:41:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F(react)=20update=20input?= =?UTF-8?q?=20test=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After adding the classic variant for the inputs, we modified the type but forgot to update it in the tests. --- packages/react/src/components/Forms/Input/index.spec.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react/src/components/Forms/Input/index.spec.tsx b/packages/react/src/components/Forms/Input/index.spec.tsx index 3fb452c..892a583 100644 --- a/packages/react/src/components/Forms/Input/index.spec.tsx +++ b/packages/react/src/components/Forms/Input/index.spec.tsx @@ -233,6 +233,8 @@ describe("", () => { textItems: ["my text item 1", "my text item 2"], rightText: "my right text", disabled: false, + variant: "floating", + hideLabel: false, }; render();