chore(tests): fix expected errors

This commit is contained in:
metonym 2023-07-19 08:21:54 -07:00
commit 4bd94ba5a0
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
<Checkbox id="checkbox-2" labelText="Checkbox Label" disabled />
</FormGroup>
<FormGroup legendText="Radio buttons">
<RadioButtonGroup name="radio-button-group" selected="default-selected">
<RadioButtonGroup selected="default-selected">
<RadioButton
id="radio-1"
value="standard"
@ -40,7 +40,7 @@
</RadioButtonGroup>
</FormGroup>
<FormGroup>
<Select id="select-1" labelText="Select menu" value="placeholder-item">
<Select id="select-1" labelText="Select menu">
<SelectItem
disabled
hidden

View file

@ -6,7 +6,7 @@
<Search placeholder="Search catalog..." value="Cloud functions" />
<Search light name="search" dirname="search" />
<Search light name="search" />
<Search size="lg" />