2023-03-16 12:26:00 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`NoteToTrader should render the Note to trader component 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="box note-header box--display-flex box--flex-direction-row box--justify-content-space-between"
|
|
|
|
>
|
|
|
|
<label
|
2023-03-23 21:00:37 +01:00
|
|
|
class="box mm-text mm-label mm-label--html-for mm-text--body-md mm-text--font-weight-bold box--display-inline-flex box--flex-direction-row box--align-items-center box--color-text-default"
|
2023-03-16 12:26:00 +01:00
|
|
|
for="transaction-note"
|
|
|
|
>
|
|
|
|
Transaction note
|
|
|
|
</label>
|
|
|
|
<p
|
2023-03-23 21:00:37 +01:00
|
|
|
class="box mm-text note-header__counter mm-text--body-md box--flex-direction-row box--color-text-default"
|
2023-03-16 12:26:00 +01:00
|
|
|
>
|
|
|
|
9
|
|
|
|
/
|
|
|
|
280
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="box note-field box--display-flex box--flex-direction-column"
|
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
data-testid="transaction-note"
|
|
|
|
id="transaction-note"
|
|
|
|
maxlength="280"
|
|
|
|
placeholder=""
|
|
|
|
>
|
|
|
|
some text
|
|
|
|
</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|