mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
Update bluewallet.spec.js
This commit is contained in:
parent
e91c3686ff
commit
30fd47ab11
@ -518,7 +518,7 @@ describe('BlueWallet UI Tests', () => {
|
||||
// we just dont show this popup
|
||||
await element(by.text(`No, and don't ask me again`)).tap();
|
||||
} catch (_) {}
|
||||
await element(by.id('BlueCopyTextToClipboard')).toHaveText('bc1qtc9zquvq7lgq87kzsgltvv4etwm9uxphfkvkay');
|
||||
await expect(element(by.id('BlueCopyTextToClipboard'))).toHaveText('bitcoin:bc1qtc9zquvq7lgq87kzsgltvv4etwm9uxphfkvkay');
|
||||
await element(by.id('SetCustomAmountButton')).tap();
|
||||
await element(by.id('BitcoinAmountInput')).typeText('1');
|
||||
await element(by.id('CustomAmountDescription')).typeText('test');
|
||||
@ -526,7 +526,10 @@ describe('BlueWallet UI Tests', () => {
|
||||
await sup('1 BTC');
|
||||
await sup('Test');
|
||||
await yo('BitcoinAddressQRCodeContainer');
|
||||
await element(by.id('BlueCopyTextToClipboard')).toHaveText('bitcoin:bc1qtc9zquvq7lgq87kzsgltvv4etwm9uxphfkvkay?amount=1&label=Test');
|
||||
|
||||
await expect(element(by.id('BlueCopyTextToClipboard'))).toHaveText(
|
||||
'bitcoin:bc1qtc9zquvq7lgq87kzsgltvv4etwm9uxphfkvkay?amount=1&label=Test',
|
||||
);
|
||||
await device.pressBack();
|
||||
|
||||
await element(by.id('SendButton')).tap();
|
||||
|
Loading…
Reference in New Issue
Block a user