Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Mar 10, 2024
1 parent 32790f4 commit 7a14cf6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,23 @@ exports[`Button renders correctly renders Button color- fixed-light 1`] = `
</button>
`;

exports[`Button renders correctly renders Button color- inverted 1`] = `
<button
aria-busy={false}
aria-disabled={false}
className="button sizeMedium kindPrimary colorInverted"
data-testid="button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
type="button"
>
Button
</button>
`;

exports[`Button renders correctly renders Button color- negative 1`] = `
<button
aria-busy={false}
Expand Down

0 comments on commit 7a14cf6

Please sign in to comment.