mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Update tests
This commit is contained in:
parent
5c37ecdccd
commit
66ec9b7f7a
1 changed files with 46 additions and 0 deletions
|
|
@ -54,6 +54,52 @@ exports[`EditListingDescriptionForm matches snapshot 1`] = `
|
|||
value=""
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
className=""
|
||||
>
|
||||
<label
|
||||
htmlFor="fakeTestForm.category"
|
||||
>
|
||||
EditListingDescriptionForm.categoryLabel
|
||||
</label>
|
||||
<select
|
||||
className=""
|
||||
id="fakeTestForm.category"
|
||||
name="category"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
onDragStart={[Function]}
|
||||
onDrop={[Function]}
|
||||
onFocus={[Function]}
|
||||
value=""
|
||||
>
|
||||
<option
|
||||
value=""
|
||||
>
|
||||
EditListingDescriptionForm.categoryPlaceholder
|
||||
</option>
|
||||
<option
|
||||
value="road"
|
||||
>
|
||||
EditListingDescriptionForm.categoryOption.road
|
||||
</option>
|
||||
<option
|
||||
value="mountain"
|
||||
>
|
||||
EditListingDescriptionForm.categoryOption.mountain
|
||||
</option>
|
||||
<option
|
||||
value="track"
|
||||
>
|
||||
EditListingDescriptionForm.categoryOption.track
|
||||
</option>
|
||||
<option
|
||||
value="other"
|
||||
>
|
||||
EditListingDescriptionForm.categoryOption.other
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<button
|
||||
className=""
|
||||
disabled={true}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue