Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed May 4, 2018
1 parent 543bc3c commit 17a827e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/form/switch/__snapshots__/switch.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`EuiSwitch is rendered 1`] = `
aria-label="aria-label"
class="euiSwitch__input"
data-test-subj="test subject string"
id="u9dcpoo5"
type="checkbox"
/>
<span
Expand Down Expand Up @@ -60,6 +61,7 @@ exports[`EuiSwitch is rendered 1`] = `
</span>
<label
class="euiSwitch__label"
for="u9dcpoo5"
/>
</div>
`;

0 comments on commit 17a827e

Please sign in to comment.