2022-11-09 22:57:21 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ButtonIcon should render button element correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<button
|
|
|
|
aria-label="add"
|
2023-08-03 21:23:47 +02:00
|
|
|
class="mm-box mm-button-icon mm-button-icon--size-lg mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-icon-default mm-box--background-color-transparent mm-box--rounded-lg"
|
2022-11-09 22:57:21 +01:00
|
|
|
data-testid="button-icon"
|
|
|
|
>
|
2023-02-22 23:42:50 +01:00
|
|
|
<span
|
2023-07-25 18:05:37 +02:00
|
|
|
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-inherit"
|
2023-01-24 18:39:46 +01:00
|
|
|
style="mask-image: url('./images/icons/add-square.svg');"
|
2022-11-09 22:57:21 +01:00
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|