Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Apr 9, 2024
1 parent 34b50f5 commit 874039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/tokens/custom-token-send-transfer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('Transfer custom tokens @no-mmi', function () {

// edit gas fee
await driver.clickElement({ text: 'Edit', tag: 'button' });
await editGasFeeForm(driver, '60000', '10');
await editGasfeeForm(driver, '60000', '10');
await driver.clickElement({ text: 'Confirm', tag: 'button' });

// in extension, check that transaction has completed correctly and is displayed in the activity list
Expand Down

0 comments on commit 874039d

Please sign in to comment.