Skip to content

Commit fb46bf1

Browse files
committed
test(tezos): make unstaking row test id unique per position
Suffix with position.uid so repeated unstaking rows are not ambiguous to Detox.
1 parent cd742af commit fb46bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ledger-live-mobile/src/families/tezos/Delegations/UnstakingRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function UnstakingRow({ position, unit, currency, onPress, isLast
2323

2424
return (
2525
<DelegationRow
26-
testID="tezos-unstaking-row"
26+
testID={`tezos-unstaking-row-${position.uid}`}
2727
baker={baker}
2828
address={address}
2929
amount={position.amount}

0 commit comments

Comments
 (0)