Skip to content

Commit

Permalink
test: update the snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
herleraja committed Nov 10, 2024
1 parent 493a06c commit 60062d0
Showing 1 changed file with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,37 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E
</fieldset>
</div>
</div>
<div
className="iot--card-edit-form--input"
>
<div
className="bx--form-item bx--text-input-wrapper bx--text-input-wrapper--light"
>
<label
className="bx--label"
htmlFor="table card_maximum_data_points"
>
Maximum data points
</label>
<div
className="bx--text-input__field-outer-wrapper"
>
<div
className="bx--text-input__field-wrapper"
data-invalid={null}
>
<input
className="bx--text-input bx--text-input--light bx--text-input--md"
disabled={false}
id="table card_maximum_data_points"
onChange={[Function]}
onClick={[Function]}
type="number"
/>
</div>
</div>
</div>
</div>
<div
className="iot--card-edit-form--input"
>
Expand Down Expand Up @@ -4266,6 +4297,37 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E
</fieldset>
</div>
</div>
<div
className="iot--card-edit-form--input"
>
<div
className="bx--form-item bx--text-input-wrapper bx--text-input-wrapper--light"
>
<label
className="bx--label"
htmlFor="table card_maximum_data_points"
>
Maximum data points
</label>
<div
className="bx--text-input__field-outer-wrapper"
>
<div
className="bx--text-input__field-wrapper"
data-invalid={null}
>
<input
className="bx--text-input bx--text-input--light bx--text-input--md"
disabled={false}
id="table card_maximum_data_points"
onChange={[Function]}
onClick={[Function]}
type="number"
/>
</div>
</div>
</div>
</div>
<div
className="iot--card-edit-form--input"
>
Expand Down

0 comments on commit 60062d0

Please sign in to comment.