2022-11-16 18:41:15 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Beta Header should match snapshot 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2023-02-27 17:42:02 +01:00
|
|
|
class="box beta-header box--padding-2 box--display-flex box--flex-direction-row box--align-items-center box--width-full box--background-color-warning-default"
|
2022-11-16 18:41:15 +01:00
|
|
|
>
|
|
|
|
<h6
|
2023-05-03 15:50:06 +02:00
|
|
|
class="box mm-text beta-header__message mm-text--body-sm box--flex-direction-row box--color-warning-inverse"
|
2022-11-16 18:41:15 +01:00
|
|
|
>
|
|
|
|
<span>
|
|
|
|
|
2022-11-21 15:44:46 +01:00
|
|
|
This is a beta version. Please report bugs
|
2022-11-16 18:41:15 +01:00
|
|
|
<a
|
|
|
|
href="https://metamask.zendesk.com/hc/en-us"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
here
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</h6>
|
|
|
|
<button
|
|
|
|
aria-label="Close"
|
2023-02-27 17:42:02 +01:00
|
|
|
class="box mm-button-icon mm-button-icon--size-sm beta-header__button box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-warning-inverse box--background-color-transparent box--rounded-lg"
|
2022-11-16 18:41:15 +01:00
|
|
|
data-testid="beta-header-close"
|
|
|
|
>
|
2023-02-27 17:42:02 +01:00
|
|
|
<span
|
|
|
|
class="box mm-icon mm-icon--size-sm box--display-inline-block box--flex-direction-row box--color-inherit"
|
|
|
|
style="mask-image: url('./images/icons/close.svg');"
|
2022-11-16 18:41:15 +01:00
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|