2023-03-08 22:27:24 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`BannerTip should render BannerTip element correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="box mm-banner-base mm-banner-tip box--padding-3 box--display-flex box--gap-2 box--flex-direction-row box--background-color-background-default box--rounded-sm box--border-color-border-default box--border-style-solid box--border-width-1"
|
|
|
|
data-testid="bannerTip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="box box--display-flex box--flex-direction-row box--align-items-center"
|
|
|
|
>
|
|
|
|
<img
|
|
|
|
alt="greeting"
|
|
|
|
class="box mm-banner-tip--logo box--flex-direction-row"
|
|
|
|
src="images/fox-greeting.png"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h5
|
2023-03-23 21:00:37 +01:00
|
|
|
class="box mm-text mm-banner-base__title mm-text--body-lg-medium box--flex-direction-row box--color-text-default"
|
2023-03-08 22:27:24 +01:00
|
|
|
>
|
|
|
|
BannerTip test
|
|
|
|
</h5>
|
|
|
|
<p
|
2023-03-23 21:00:37 +01:00
|
|
|
class="box mm-text mm-text--body-md box--flex-direction-row box--color-text-default"
|
2023-03-08 22:27:24 +01:00
|
|
|
>
|
|
|
|
should render BannerTip element correctly
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|