Skip to content

Commit

Permalink
test(layer-selector): update snapshot for headless 2
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 13, 2024
1 parent de7f59c commit 1b42485
Showing 1 changed file with 68 additions and 83 deletions.
151 changes: 68 additions & 83 deletions packages/layer-selector/src/__snapshots__/LayerSelector.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,96 +4,81 @@ exports[`LayerSelector tests > LayerSelector snapshot 1`] = `
<DocumentFragment>
<div>
<div
aria-haspopup="true"
class="layer-selector"
class="layer-selector--layers"
>
<input
alt="layers"
class="layer-selector__toggle"
src="/packages/layer-selector/src/layers.svg"
type="image"
/>
<form
class="layer-selector--hidden"
<div
class="layer-selector-item radio checkbox"
>
<div
class="layer-selector--layers"
<label
class="layer-selector--item"
>
<div
class="layer-selector-item radio checkbox"
<input
checked=""
name="baselayer"
type="radio"
value="Lite"
/>
<span
class="layer-selector-item--text"
>
<label
class="layer-selector--item"
>
<input
checked=""
name="baselayer"
type="radio"
value="Lite"
/>
<span
class="layer-selector-item--text"
>
Lite
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
Lite
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Terrain"
/>
<span
class="layer-selector-item--text"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Terrain"
/>
<span
class="layer-selector-item--text"
>
Terrain
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
Terrain
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Topo"
/>
<span
class="layer-selector-item--text"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Topo"
/>
<span
class="layer-selector-item--text"
>
Topo
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
Topo
</span>
</label>
</div>
<div
class="layer-selector-item radio checkbox"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Color IR"
/>
<span
class="layer-selector-item--text"
>
<label
class="layer-selector--item"
>
<input
name="baselayer"
type="radio"
value="Color IR"
/>
<span
class="layer-selector-item--text"
>
Color IR
</span>
</label>
</div>
</div>
</form>
Color IR
</span>
</label>
</div>
</div>
</div>
</DocumentFragment>
Expand Down

0 comments on commit 1b42485

Please sign in to comment.