Skip to content

Commit a2f4ee5

Browse files
authored
fix [cherry-pick]: sentry e2e test fix for bridge loading states (#29360)
1 parent 99c393e commit a2f4ee5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/scripts/constants/sentry-state.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ export const SENTRY_BACKGROUND_STATE = {
104104
},
105105
destTokens: {},
106106
destTopAssets: [],
107-
destTokensLoadingStatus: false,
107+
destTokensLoadingStatus: true,
108108
srcTokens: {},
109109
srcTopAssets: [],
110-
srcTokensLoadingStatus: false,
110+
srcTokensLoadingStatus: true,
111111
quoteRequest: {
112112
walletAddress: false,
113113
srcTokenAddress: true,

test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676
"srcTokens": {},
7777
"srcTopAssets": {},
7878
"destTokens": {},
79-
"destTokensLoadingStatus": "undefined",
80-
"srcTokensLoadingStatus": "undefined",
8179
"destTopAssets": {},
8280
"quoteRequest": {
8381
"srcTokenAddress": "0x0000000000000000000000000000000000000000",

0 commit comments

Comments
 (0)