🏷️(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:
@@ -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} />);
|
||||
|
||||
Reference in New Issue
Block a user