mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01: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:
parent
9bbabd4868
commit
c0fd7700c8
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user