From 8fb3f2ba452aacd1af9a475ab1062acda4552b89 Mon Sep 17 00:00:00 2001 From: HJetpoluru Date: Fri, 20 Dec 2024 09:41:42 -0500 Subject: [PATCH] Testing failure lint --- CHANGELOG.md | 3 +++ test/e2e/tests/settings/show-hex-data.spec.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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);