From 1ab0c9e160b40e0ae005cd00f39fe46cc052ca31 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 16 Aug 2023 13:34:12 -0230 Subject: [PATCH] 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. --- .../errors-after-init-opt-in-background-state.json | 4 ++++ .../state-snapshots/errors-after-init-opt-in-ui-state.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/e2e/tests/state-snapshots/errors-after-init-opt-in-background-state.json b/test/e2e/tests/state-snapshots/errors-after-init-opt-in-background-state.json index efdf28622..03fc85edf 100644 --- a/test/e2e/tests/state-snapshots/errors-after-init-opt-in-background-state.json +++ b/test/e2e/tests/state-snapshots/errors-after-init-opt-in-background-state.json @@ -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", diff --git a/test/e2e/tests/state-snapshots/errors-after-init-opt-in-ui-state.json b/test/e2e/tests/state-snapshots/errors-after-init-opt-in-ui-state.json index 7300c3a05..4ecaa0417 100644 --- a/test/e2e/tests/state-snapshots/errors-after-init-opt-in-ui-state.json +++ b/test/e2e/tests/state-snapshots/errors-after-init-opt-in-ui-state.json @@ -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",