Skip to content

Commit

Permalink
update test with new checkbox implementation (#16918)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekhrabe authored and gziolo committed Aug 29, 2019
1 parent 9aaeee1 commit 0c3e78d
Showing 1 changed file with 32 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,22 @@ exports[`EnableCustomFieldsOption renders a checked checkbox and a confirmation
<label
className="components-checkbox-control__label"
htmlFor="inspector-checkbox-control-3"
/>
>
<svg
aria-hidden="true"
className="dashicon dashicons-yes components-checkbox-control__checked"
focusable="false"
height={20}
role="img"
viewBox="0 0 20 20"
width={20}
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"
/>
</svg>
</label>
</div>
</div>
<p
Expand Down Expand Up @@ -61,7 +76,22 @@ exports[`EnableCustomFieldsOption renders a checked checkbox when custom fields
<label
className="components-checkbox-control__label"
htmlFor="inspector-checkbox-control-0"
/>
>
<svg
aria-hidden="true"
className="dashicon dashicons-yes components-checkbox-control__checked"
focusable="false"
height={20}
role="img"
viewBox="0 0 20 20"
width={20}
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"
/>
</svg>
</label>
</div>
</div>
</div>
Expand Down

0 comments on commit 0c3e78d

Please sign in to comment.