mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
wip
This commit is contained in:
parent
eeeb6d1f64
commit
dee42a98b3
@ -422,7 +422,7 @@ const CoinControl = () => {
|
||||
backgroundColor={colors.elevated}
|
||||
footer={
|
||||
<View style={mStyles.buttonContainer}>
|
||||
<Button testID="UseCoin" title={loc.cc.use_coin} onPress={() => handleUseCoin(output)} />
|
||||
<Button testID="UseCoin" title={loc.cc.use_coin} onPress={() => handleUseCoin([output])} />
|
||||
</View>
|
||||
}
|
||||
contentContainerStyle={styles.modalContent}
|
||||
|
@ -485,7 +485,7 @@ describe('BlueWallet UI Tests - import BIP84 wallet', () => {
|
||||
await element(by.text('test1')).atIndex(0).tap();
|
||||
await element(by.id('OutputMemo')).replaceText('test2');
|
||||
await element(by.type('android.widget.CompoundButton')).tap(); // freeze switch
|
||||
await device.pressBack(); // closing modal
|
||||
await element(by.id('ModalDoneButton')).tap();
|
||||
await expect(element(by.text('test2')).atIndex(0)).toBeVisible();
|
||||
await expect(element(by.text('Freeze')).atIndex(0)).toBeVisible();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user