1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Update checkbox snapshots.

This commit is contained in:
Bogdan Bodnar 2019-11-19 13:37:43 +01:00
parent 638821d025
commit 1a82f8e225
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0

View File

@ -18,12 +18,12 @@ exports[`<Checkbox/> Render checkbox 1`] = `
for="1"
>
Test label
<small
class="form-text text-muted"
>
Some help text
</small>
</label>
<small
class="form-text text-muted"
>
Some help text
</small>
</div>
</div>
`;
@ -45,12 +45,12 @@ exports[`<Checkbox/> Render uncheked checkbox 1`] = `
for="1"
>
Test label
<small
class="form-text text-muted"
>
Some help text
</small>
</label>
<small
class="form-text text-muted"
>
Some help text
</small>
</div>
</div>
`;