Skip to content

Commit fb97b0c

Browse files
committed
remove redundant tap
1 parent d414c1c commit fb97b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/specs/onchain.e2e.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ describe('@onchain - Onchain', () => {
272272

273273
// enter amount that would leave dust
274274
let amountStr = await (await elementByIdWithin('AvailableAmount', 'MoneyText')).getText();
275-
await tap('AvailableAmount');
276275
amountStr = amountStr.replace('₿', '').replace(/\s/g, '');
277276
let amount = parseInt(amountStr, 10);
278277
amount = amount - 300; // = 99 999 588

0 commit comments

Comments
 (0)