Skip to content

Commit

Permalink
Added lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Dec 19, 2024
1 parent cf6a43d commit 6c6b833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/settings/show-hex-data.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6c6b833

Please sign in to comment.