Skip to content

Commit

Permalink
test: update snapshot (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Mar 11, 2024
1 parent cd40bd1 commit db2e085
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 db2e085

Please sign in to comment.