2021-04-27 22:16:17 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`BuildQuote renders the component with initial props 1`] = `
|
|
|
|
<div
|
|
|
|
class="button-group slippage-buttons__button-group radio-button-group"
|
|
|
|
role="radiogroup"
|
|
|
|
>
|
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="true"
|
|
|
|
class="button-group__button radio-button button-group__button--active radio-button--active"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button0"
|
2021-04-27 22:16:17 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
2%
|
|
|
|
</button>
|
|
|
|
<button
|
2022-06-07 18:28:59 +02:00
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button radio-button"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button1"
|
2021-04-27 22:16:17 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
|
|
|
3%
|
|
|
|
</button>
|
|
|
|
<button
|
2021-12-01 17:25:09 +01:00
|
|
|
aria-checked="false"
|
|
|
|
class="button-group__button slippage-buttons__button-group-custom-button radio-button"
|
2021-07-02 15:48:34 +02:00
|
|
|
data-testid="button-group__button2"
|
2021-04-27 22:16:17 +02:00
|
|
|
role="radio"
|
|
|
|
>
|
2021-12-01 17:25:09 +01:00
|
|
|
custom
|
2021-04-27 22:16:17 +02:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|