🏷️(react) update input test types

After adding the classic variant for the inputs, we
modified the type but forgot to update it in the tests.
This commit is contained in:
Nathan Panchout
2026-02-05 14:41:27 +01:00
parent 964dc94a04
commit 51834ae539

View File

@@ -233,6 +233,8 @@ describe("<Input/>", () => {
textItems: ["my text item 1", "my text item 2"],
rightText: "my right text",
disabled: false,
variant: "floating",
hideLabel: false,
};
render(<Input {...propsInput} />);