From f5bef009794bf1d9a26b4321c139e19e73924974 Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Thu, 14 Dec 2023 16:18:21 +0700 Subject: [PATCH] fix: add test ids --- features/stake/stake-form/stake-form-info.tsx | 2 +- features/stake/stake-form/stake-form.tsx | 2 +- features/stake/stake-form/wallet/wallet.tsx | 2 +- features/withdrawals/claim/form/form.tsx | 2 +- .../claim/form/requests-list/request-item.tsx | 18 ++++++++---- .../withdrawals/claim/form/submit-button.tsx | 1 + .../claim/form/transaction-info.tsx | 6 +++- .../claim/wallet/wallet-availale-amount.tsx | 1 + .../claim/wallet/wallet-pending-amount.tsx | 1 + features/withdrawals/claim/wallet/wallet.tsx | 2 +- .../request/form/options/dex-options.tsx | 2 +- .../request/form/options/lido-option.tsx | 6 ++-- .../request/form/options/options-picker.tsx | 28 +++++++++++++------ .../withdrawals/request/form/request-form.tsx | 2 +- .../request/form/transaction-info.tsx | 12 ++++++-- .../request/wallet/wallet-mode.tsx | 1 + .../request/wallet/wallet-queue-tooltip.tsx | 1 + .../withdrawals/request/wallet/wallet.tsx | 2 +- features/wsteth/shared/wallet/wallet.tsx | 2 +- .../wsteth/unwrap/unwrap-form/unwrap-form.tsx | 2 +- features/wsteth/wrap/wrap-form/wrap-form.tsx | 2 +- features/wsteth/wrap/wrap-form/wrap-stats.tsx | 8 ++++-- shared/banners/l2-wsteth/l2-wsteth.tsx | 4 +-- .../header/components/header-wallet.tsx | 2 +- .../tx-stage-modal-content.tsx | 12 ++++---- 25 files changed, 82 insertions(+), 41 deletions(-) diff --git a/features/stake/stake-form/stake-form-info.tsx b/features/stake/stake-form/stake-form-info.tsx index 4b927cac5..803592c0c 100644 --- a/features/stake/stake-form/stake-form-info.tsx +++ b/features/stake/stake-form/stake-form-info.tsx @@ -23,7 +23,7 @@ export const StakeFormInfo = () => { const txCostInUsd = useEthUsd(gasCost); return ( - + diff --git a/features/stake/stake-form/stake-form.tsx b/features/stake/stake-form/stake-form.tsx index b6c3dd296..ef9346a4d 100644 --- a/features/stake/stake-form/stake-form.tsx +++ b/features/stake/stake-form/stake-form.tsx @@ -16,7 +16,7 @@ export const StakeForm: FC = memo(() => { - + diff --git a/features/stake/stake-form/wallet/wallet.tsx b/features/stake/stake-form/wallet/wallet.tsx index 8363fe620..08682224b 100644 --- a/features/stake/stake-form/wallet/wallet.tsx +++ b/features/stake/stake-form/wallet/wallet.tsx @@ -23,7 +23,7 @@ const WalletComponent: WalletComponentType = (props) => { const lidoApr = useLidoApr(); return ( - + { return (
- + {isBunker && }
diff --git a/features/withdrawals/claim/form/requests-list/request-item.tsx b/features/withdrawals/claim/form/requests-list/request-item.tsx index 1043ccc8a..69bc4326b 100644 --- a/features/withdrawals/claim/form/requests-list/request-item.tsx +++ b/features/withdrawals/claim/form/requests-list/request-item.tsx @@ -43,23 +43,29 @@ export const RequestItem = forwardRef( const symbol = isClaimable ? 'ETH' : 'stETH'; const label = ( - + ); return ( - + - + diff --git a/features/withdrawals/claim/form/submit-button.tsx b/features/withdrawals/claim/form/submit-button.tsx index ea507b68b..da88f5d8c 100644 --- a/features/withdrawals/claim/form/submit-button.tsx +++ b/features/withdrawals/claim/form/submit-button.tsx @@ -27,6 +27,7 @@ export const SubmitButton = () => { return (