2022-11-14 22:41:03 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ButtonPrimary should render button element correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<button
|
2023-01-13 22:58:09 +01:00
|
|
|
class="box mm-button-base mm-button-base--size-md mm-button-primary 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-primary-inverse box--background-color-primary-default box--rounded-pill"
|
2022-11-14 22:41:03 +01:00
|
|
|
data-testid="button-primary"
|
|
|
|
>
|
|
|
|
<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-14 22:41:03 +01:00
|
|
|
>
|
|
|
|
Button Primary
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|