Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 12, 2021
1 parent 8ab38b0 commit 6da1da0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 2 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ Map {
"secondaryButtonText": Object {
"type": "string",
},
"secondaryButtons": [Function],
"secondaryClassName": Object {
"type": "string",
},
Expand Down Expand Up @@ -3295,6 +3296,7 @@ Map {
"secondaryButtonText": Object {
"type": "node",
},
"secondaryButtons": [Function],
"selectorPrimaryFocus": Object {
"type": "string",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,26 +159,28 @@ exports[`ModalWrapper should render 1`] = `
<div
className="bx--modal-footer bx--btn-set"
>
<Button
disabled={false}
kind="secondary"
onClick={[Function]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
className="bx--btn bx--btn--secondary"
<SecondaryButtonSet>
<Button
disabled={false}
kind="secondary"
onClick={[Function]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
Cancel
</button>
</Button>
<button
className="bx--btn bx--btn--secondary"
disabled={false}
onClick={[Function]}
tabIndex={0}
type="button"
>
Cancel
</button>
</Button>
</SecondaryButtonSet>
<Button
disabled={false}
kind="primary"
Expand Down

0 comments on commit 6da1da0

Please sign in to comment.