Skip to content

Commit

Permalink
tests: update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Aug 20, 2024
1 parent c7724cb commit 1be17f6
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 267 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,37 @@ exports[`AdjustmentsForm should render correct structure with defined adjustment
<div
class="selectionControlContainer"
>
<button
aria-controls="downshift-:r1:-menu"
aria-expanded="false"
aria-labelledby="sl-label-selection-:r0: selected-selection-:r0:-item"
class="selectionControl formControl"
id="selection-:r0:"
type="button"
>
<span
class="sr-only"
>
stripes-components.selection.controlLabel
</span>
<div
class="singleValue"
id="selected-selection-:r0:-item"
/>
</button>
<div
class="selectionEndControls"
class="inputGroup"
>
<div
class="textFieldIcon"
<button
aria-controls="downshift-:r1:-menu"
aria-expanded="false"
aria-labelledby="sl-label-selection-:r0: selected-selection-:r0:-item"
class="selectionControl formControl"
id="selection-:r0:"
type="button"
>
<span>
Icon
<span
class="sr-only"
>
stripes-components.selection.controlLabel
</span>
<div
class="singleValue"
id="selected-selection-:r0:-item"
/>
</button>
<div
class="selectionEndControls"
>
<div
class="textFieldIcon"
>
<span>
Icon
</span>
</div>
</div>
</div>
<div
Expand Down Expand Up @@ -520,33 +524,37 @@ exports[`AdjustmentsForm should render correct structure without adjustments 1`]
<div
class="selectionControlContainer"
>
<button
aria-controls="downshift-:r3:-menu"
aria-expanded="false"
aria-labelledby="sl-label-selection-:r2: selected-selection-:r2:-item"
class="selectionControl formControl"
id="selection-:r2:"
type="button"
>
<span
class="sr-only"
>
stripes-components.selection.controlLabel
</span>
<div
class="singleValue"
id="selected-selection-:r2:-item"
/>
</button>
<div
class="selectionEndControls"
class="inputGroup"
>
<div
class="textFieldIcon"
<button
aria-controls="downshift-:r3:-menu"
aria-expanded="false"
aria-labelledby="sl-label-selection-:r2: selected-selection-:r2:-item"
class="selectionControl formControl"
id="selection-:r2:"
type="button"
>
<span>
Icon
<span
class="sr-only"
>
stripes-components.selection.controlLabel
</span>
<div
class="singleValue"
id="selected-selection-:r2:-item"
/>
</button>
<div
class="selectionEndControls"
>
<div
class="textFieldIcon"
>
<span>
Icon
</span>
</div>
</div>
</div>
<div
Expand Down
Loading

0 comments on commit 1be17f6

Please sign in to comment.