diff --git a/CHANGELOG.md b/CHANGELOG.md index eda15db00496..d890a447c1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.9.3] +### Uncategorized + ## [12.9.2] ### Changed - Display the "Amount" row within the advanced view of contract interaction confirmations, and whenever the amount being sent differs from the "You Send" row of the transaction simulation information by more than 5% ([#29131](https://github.com/MetaMask/metamask-extension/pull/29131)) diff --git a/test/e2e/tests/settings/show-hex-data.spec.js b/test/e2e/tests/settings/show-hex-data.spec.js index 353847a544b4..784e03ea8b92 100644 --- a/test/e2e/tests/settings/show-hex-data.spec.js +++ b/test/e2e/tests/settings/show-hex-data.spec.js @@ -80,7 +80,7 @@ describe('Check the toggle for hex data', function () { async ({ driver, ganacheServer }) => { await logInWithBalanceValidation(driver, ganacheServer); - await tempToggleSettingRedesignedTransactionConfirmations(driver); + await tempToggleSettingRedesignedTransactionConfirmations(driver); await toggleHexData(driver); await clickOnLogo(driver);