mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(tests): fix expected errors
This commit is contained in:
parent
bd37bd0f17
commit
4bd94ba5a0
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
<Checkbox id="checkbox-2" labelText="Checkbox Label" disabled />
|
<Checkbox id="checkbox-2" labelText="Checkbox Label" disabled />
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup legendText="Radio buttons">
|
<FormGroup legendText="Radio buttons">
|
||||||
<RadioButtonGroup name="radio-button-group" selected="default-selected">
|
<RadioButtonGroup selected="default-selected">
|
||||||
<RadioButton
|
<RadioButton
|
||||||
id="radio-1"
|
id="radio-1"
|
||||||
value="standard"
|
value="standard"
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</RadioButtonGroup>
|
</RadioButtonGroup>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Select id="select-1" labelText="Select menu" value="placeholder-item">
|
<Select id="select-1" labelText="Select menu">
|
||||||
<SelectItem
|
<SelectItem
|
||||||
disabled
|
disabled
|
||||||
hidden
|
hidden
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<Search placeholder="Search catalog..." value="Cloud functions" />
|
<Search placeholder="Search catalog..." value="Cloud functions" />
|
||||||
|
|
||||||
<Search light name="search" dirname="search" />
|
<Search light name="search" />
|
||||||
|
|
||||||
<Search size="lg" />
|
<Search size="lg" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue