Skip to content

Commit

Permalink
Testing failure lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Dec 20, 2024
1 parent 3fd4ff3 commit 8fb3f2b
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);

Check failure on line 83 in test/e2e/tests/settings/show-hex-data.spec.js

View workflow job for this annotation

GitHub Actions / Test lint / Test lint

Delete `·`

await toggleHexData(driver);
await clickOnLogo(driver);
Expand Down

0 comments on commit 8fb3f2b

Please sign in to comment.