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.
1 parent d414c1c commit fb97b0cCopy full SHA for fb97b0c
test/specs/onchain.e2e.ts
@@ -272,7 +272,6 @@ describe('@onchain - Onchain', () => {
272
273
// enter amount that would leave dust
274
let amountStr = await (await elementByIdWithin('AvailableAmount', 'MoneyText')).getText();
275
- await tap('AvailableAmount');
276
amountStr = amountStr.replace('₿', '').replace(/\s/g, '');
277
let amount = parseInt(amountStr, 10);
278
amount = amount - 300; // = 99 999 588
0 commit comments