mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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,
|
"isInitialized": true,
|
||||||
"connectedStatusPopoverHasBeenShown": true,
|
"connectedStatusPopoverHasBeenShown": true,
|
||||||
"defaultHomeActiveTabName": null,
|
"defaultHomeActiveTabName": null,
|
||||||
|
"currentAppVersion": "10.34.4",
|
||||||
|
"previousAppVersion": "",
|
||||||
|
"previousMigrationVersion": 0,
|
||||||
|
"currentMigrationVersion": 94,
|
||||||
"networkId": "1337",
|
"networkId": "1337",
|
||||||
"providerConfig": {
|
"providerConfig": {
|
||||||
"nickname": "Localhost 8545",
|
"nickname": "Localhost 8545",
|
||||||
|
@ -25,6 +25,10 @@
|
|||||||
"nativeCurrency": "ETH",
|
"nativeCurrency": "ETH",
|
||||||
"connectedStatusPopoverHasBeenShown": true,
|
"connectedStatusPopoverHasBeenShown": true,
|
||||||
"defaultHomeActiveTabName": null,
|
"defaultHomeActiveTabName": null,
|
||||||
|
"currentAppVersion": "10.34.4",
|
||||||
|
"previousAppVersion": "",
|
||||||
|
"previousMigrationVersion": 0,
|
||||||
|
"currentMigrationVersion": 94,
|
||||||
"networkId": "1337",
|
"networkId": "1337",
|
||||||
"providerConfig": {
|
"providerConfig": {
|
||||||
"nickname": "Localhost 8545",
|
"nickname": "Localhost 8545",
|
||||||
|
Loading…
Reference in New Issue
Block a user