Skip to content

Commit

Permalink
Fix custom-token-send-transfer.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Mar 19, 2024
1 parent 921e7bf commit 3b61ccc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/tests/tokens/custom-token-send-transfer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ describe('Transfer custom tokens @no-mmi', function () {
text: recipientAddress,
});
await driver.fill('input[placeholder="0"]', '1');
await driver.waitForSelector('.transaction-detail-item__detail-values');

await driver.clickElement({ text: 'Continue', tag: 'button' });

// check transaction details
Expand Down

0 comments on commit 3b61ccc

Please sign in to comment.