Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Fields: Update test snapshot with the new checkbox implementation #16918

Merged
merged 1 commit into from
Aug 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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