Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Mar 27, 2024
1 parent e5c001c commit 17c1222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/tokens/custom-token-add-approve.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ describe('Create token, approve token and approve token without gas', function (
editBtn.click();

await driver.waitForSelector({
text: '0.00008953 ETH',
tag: 'h1',
text: 'Edit priority',
tag: 'header',
});

await editGasFeeForm(driver, '60001', '10');
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/tests/transaction/send-eth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ describe('Send ETH', function () {
tag: 'button',
});
await driver.waitForSelector({
text: '0.00021 ETH',
tag: 'h1',
text: 'Edit priority',
tag: 'header',
});
await editGasFeeForm(driver, '21000', '100');
await driver.waitForSelector({
Expand Down

0 comments on commit 17c1222

Please sign in to comment.