2022-11-03 19:41:16 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ButtonBase should render button element correctly and match snapshot 1`] = `
|
|
|
|
<div>
|
|
|
|
<button
|
2023-01-13 22:58:09 +01:00
|
|
|
class="box mm-button-base mm-button-base--size-md box--padding-right-4 box--padding-left-4 box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-text-default box--background-color-background-alternative box--rounded-pill"
|
2022-11-03 19:41:16 +01:00
|
|
|
data-testid="button-base"
|
|
|
|
>
|
|
|
|
<span
|
2023-01-13 22:58:09 +01:00
|
|
|
class="box mm-text mm-button-base__content mm-text--body-md mm-text--color-inherit box--gap-2 box--flex-direction-row box--justify-content-center box--align-items-center box--display-flex"
|
2022-11-03 19:41:16 +01:00
|
|
|
>
|
|
|
|
Button base
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|