We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1811696 + 05d23e6 commit e2fffa4Copy full SHA for e2fffa4
1 file changed
src/components/modals/WalletListMenuModal.tsx
@@ -337,6 +337,7 @@ export function WalletListMenuModal(props: Props): React.JSX.Element {
337
return (
338
<EdgeTouchableOpacity
339
key={option.value}
340
+ testID={`walletListMenu_${option.value}`}
341
onPress={async () => {
342
await optionAction(option.value)
343
}}
0 commit comments