Skip to content

Commit

Permalink
fix(checkbox): testing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein authored and nowseemee committed Jul 19, 2021
1 parent ea70b85 commit cba0783
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Checkbox should match snapshot 1`] = `
<scale-checkbox>
<!---->
<div class="checkbox">
<div class="checkbox checkbox--enabled checkbox--not-checked">
<label class="checkbox__label-wrapper" htmlfor="input-checkbox-0">
<input id="input-checkbox-0" type="checkbox" value="">
<div class="checkbox__control-wrapper">
Expand All @@ -18,7 +18,7 @@ exports[`Checkbox should match snapshot 1`] = `
exports[`Checkbox should match snapshot 2`] = `
<scale-checkbox helper-text="helpertext">
<!---->
<div class="checkbox">
<div class="checkbox checkbox--enabled checkbox--not-checked">
<label class="checkbox__label-wrapper" htmlfor="input-checkbox-2">
<input aria-describedby="helper-message-3" id="input-checkbox-2" type="checkbox" value="">
<div class="checkbox__control-wrapper">
Expand Down

0 comments on commit cba0783

Please sign in to comment.