Skip to content

Commit e1d1d74

Browse files
committed
ids on more buttons
1 parent b26af7f commit e1d1d74

File tree

2 files changed

+2
-0
lines changed
  • packages/walletkit/src/components/WalletSelectorModal

2 files changed

+2
-0
lines changed

packages/walletkit/src/components/WalletSelectorModal/WalletStepIntro/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const WalletStepIntro: React.FC<Props> = ({
5353
/>
5454
</DetailsWrapper>
5555
<ButtonWithFooter
56+
id="walletKit_intro_continue"
5657
onClick={onContinue}
5758
footer={
5859
<>

packages/walletkit/src/components/WalletSelectorModal/WalletStepSecretKey/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const WalletStepSecretKey: React.FC<Props> = ({
8686
</p>
8787
)}
8888
<ButtonWithFooter
89+
id="walletKit_secretKey_continue"
8990
disabled={!keypair}
9091
// eslint-disable-next-line @typescript-eslint/no-misused-promises
9192
onClick={async () => {

0 commit comments

Comments
 (0)