Skip to content

Commit

Permalink
fix: checkbox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassiadanilova committed Jun 17, 2019
1 parent 436b053 commit ecbb12a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`VaCheckbox default 1`] = `
<div class="va-checkbox">
<div class="va-checkbox__input-container">
<div class="va-checkbox__square"><input readonly="readonly" class="va-checkbox__input">
<va-icon-stub icon="ion ion-md-checkmark va-checkbox__icon-selected"></va-icon-stub>
<va-icon-stub icon="va-checkbox__icon-selected,ion ion-md-checkmark"></va-icon-stub>
</div>
<div class="va-checkbox__label-text">
Expand All @@ -18,7 +18,7 @@ exports[`VaCheckbox true value 1`] = `
<div class="va-checkbox va-checkbox--selected">
<div class="va-checkbox__input-container">
<div class="va-checkbox__square active"><input readonly="readonly" class="va-checkbox__input">
<va-icon-stub icon="ion ion-md-checkmark va-checkbox__icon-selected"></va-icon-stub>
<va-icon-stub icon="va-checkbox__icon-selected,ion ion-md-checkmark"></va-icon-stub>
</div>
<div class="va-checkbox__label-text">
Expand Down

0 comments on commit ecbb12a

Please sign in to comment.