Skip to content

Commit ca9bcc5

Browse files
committed
add missing test ids
1 parent 1a28d9b commit ca9bcc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Bitkit/Views/Transfer/FundManualAmountView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ struct FundManualAmountView: View {
8282
NumberPadActionButton(text: t("lightning__spending_amount__quarter")) {
8383
amountViewModel.updateFromSats(UInt64(wallet.channelFundableBalanceSats) / 4, currency: currency)
8484
}
85+
.accessibilityIdentifier("ExternalAmountQuarter")
8586

8687
NumberPadActionButton(text: t("common__max")) {
8788
amountViewModel.updateFromSats(UInt64(wallet.channelFundableBalanceSats), currency: currency)
8889
}
90+
.accessibilityIdentifier("ExternalAmountMax")
8991
}
9092
}
9193

0 commit comments

Comments
 (0)