Skip to content

Commit 7cd0757

Browse files
committed
fix: fixed e2e
1 parent 45dcf8d commit 7cd0757

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"showPasswordChangeToast": null,
7171
"showCopyAddressToast": "boolean",
7272
"showClaimSubmitToast": null,
73-
"showSupportDataConsentModal": "boolean",
74-
"showConnectionsRemovedModal": "boolean"
73+
"showSupportDataConsentModal": "boolean"
7574
},
7675
"bridge": "object",
7776
"confirmAlerts": "object",

ui/pages/home/home.component.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const meta: Meta<typeof Home> = {
7575
redirectAfterDefaultPage: null,
7676
isSeedlessPasswordOutdated: false,
7777
isPrimarySeedPhraseBackedUp: true,
78-
showConnectionsRemovedModal: false,
7978
showShieldEntryModal: false,
8079
isSocialLoginFlow: false,
8180

0 commit comments

Comments
 (0)