diff --git a/test/e2e/tests/tokens/custom-token-add-approve.spec.js b/test/e2e/tests/tokens/custom-token-add-approve.spec.js index 148d0639fbae..d68428d7f4d1 100644 --- a/test/e2e/tests/tokens/custom-token-add-approve.spec.js +++ b/test/e2e/tests/tokens/custom-token-add-approve.spec.js @@ -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'); diff --git a/test/e2e/tests/transaction/send-eth.spec.js b/test/e2e/tests/transaction/send-eth.spec.js index 1d97105fcf19..b56f5847778b 100644 --- a/test/e2e/tests/transaction/send-eth.spec.js +++ b/test/e2e/tests/transaction/send-eth.spec.js @@ -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({