File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/withdraw Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 7373 - { name: settings, grep: "@settings" }
7474 - { name: send, grep: "@send" }
7575 - { name: lightning_security, grep: "@lightning|@security" }
76+ - { name: lnurl, grep: "@lnurl" }
7677
7778 name : e2e-tests - ${{ matrix.shard.name }}
7879
Original file line number Diff line number Diff line change @@ -47,7 +47,13 @@ fun WithdrawConfirmScreen(
4747 modifier = Modifier .padding(horizontal = 16 .dp)
4848 ) {
4949 VerticalSpacer (16 .dp)
50- BalanceHeaderView (sats = uiState.amount.toLong(), modifier = Modifier .fillMaxWidth())
50+ BalanceHeaderView (
51+ sats = uiState.amount.toLong(),
52+ testTag = " WithdrawAmount" ,
53+ modifier = Modifier
54+ .fillMaxWidth()
55+ .testTag(" WithdrawAmount" )
56+ )
5157 VerticalSpacer (46 .dp)
5258
5359 BodyM (
You can’t perform that action at this time.
0 commit comments