1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Fix Sentry error e2e tests (#20479)

The state fixtures in the Sentry e2e tests became invalid in #20458
due to a conflict with that change (the new state properties were
missing). The state fixtures have been updated.
This commit is contained in:
Mark Stacey 2023-08-16 13:34:12 -02:30 committed by Dan J Miller
parent 789122d587
commit 1ab0c9e160
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@
"isInitialized": true,
"connectedStatusPopoverHasBeenShown": true,
"defaultHomeActiveTabName": null,
"currentAppVersion": "10.34.4",
"previousAppVersion": "",
"previousMigrationVersion": 0,
"currentMigrationVersion": 94,
"networkId": "1337",
"providerConfig": {
"nickname": "Localhost 8545",

View File

@ -25,6 +25,10 @@
"nativeCurrency": "ETH",
"connectedStatusPopoverHasBeenShown": true,
"defaultHomeActiveTabName": null,
"currentAppVersion": "10.34.4",
"previousAppVersion": "",
"previousMigrationVersion": 0,
"currentMigrationVersion": 94,
"networkId": "1337",
"providerConfig": {
"nickname": "Localhost 8545",