Update and resolve tests
This commit is contained in:
@@ -8,7 +8,8 @@ componentTestSuite<SelectInputProps>({
|
||||
component: SelectInput,
|
||||
name: "SelectInput",
|
||||
props: {
|
||||
label: "Test Select Input",
|
||||
labelText: "Test Select Input",
|
||||
showLabel: true,
|
||||
placeholder: "Select an option",
|
||||
options: [
|
||||
{ value: "option1", label: "Option 1" },
|
||||
|
||||
@@ -8,7 +8,7 @@ componentTestSuite<SwitchProps>({
|
||||
component: Switch,
|
||||
name: "Switch",
|
||||
props: {
|
||||
label: "Test Switch",
|
||||
text: "Test Switch",
|
||||
} as SwitchProps,
|
||||
requiredProps: [],
|
||||
optionalProps: {
|
||||
|
||||
Reference in New Issue
Block a user