2022-11-15 21:48:24 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ButtonSecondary should render button element correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<button
|
2023-03-22 03:19:49 +01:00
|
|
|
class="box mm-text mm-button-base mm-button-base--size-md mm-button-secondary mm-text--body-md mm-text--color-primary-default 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--background-color-transparent box--rounded-pill box--border-color-primary-default box--border-style-solid box--border-width-1"
|
2022-11-15 21:48:24 +01:00
|
|
|
data-testid="button-secondary"
|
|
|
|
>
|
2023-03-22 03:19:49 +01:00
|
|
|
Button Secondary
|
2022-11-15 21:48:24 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|