Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 26, 2020
1 parent 8587078 commit 384c130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ Map {
"Modal" => Object {
"defaultProps": Object {
"hasScrollingContent": false,
"iconDescription": "close the modal",
"iconDescription": "Close",
"modalHeading": "",
"modalLabel": "",
"onKeyDown": [Function],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`ModalWrapper should render 1`] = `
<Modal
aria-label="test modal"
hasScrollingContent={false}
iconDescription="close the modal"
iconDescription="Close"
id="modal"
modalHeading="Transactional Modal"
modalLabel="Test Modal Label"
Expand Down Expand Up @@ -97,18 +97,18 @@ exports[`ModalWrapper should render 1`] = `
Transactional Modal
</h3>
<button
aria-label="close the modal"
aria-label="Close"
className="bx--modal-close"
onClick={[Function]}
title="close the modal"
title="Close"
type="button"
>
<ForwardRef(Close20)
aria-label="close the modal"
aria-label="Close"
className="bx--modal-close__icon"
>
<Icon
aria-label="close the modal"
aria-label="Close"
className="bx--modal-close__icon"
height={20}
preserveAspectRatio="xMidYMid meet"
Expand All @@ -117,7 +117,7 @@ exports[`ModalWrapper should render 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<svg
aria-label="close the modal"
aria-label="Close"
className="bx--modal-close__icon"
focusable="false"
height={20}
Expand Down

0 comments on commit 384c130

Please sign in to comment.