Skip to content

Commit

Permalink
test: update e2e state snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithpal-Sooriya committed Feb 24, 2025
1 parent 7d160e6 commit 0c19b11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@
"isUpdatingMetamaskNotificationsAccount": "object",
"isCheckingAccountsPresence": "boolean"
},
"NotificationServicesPushController": { "fcmToken": "string" },
"NotificationServicesPushController": {
"fcmToken": "string",
"isPushEnabled": "boolean",
"isUpdatingFCMToken": "boolean"
},
"OnboardingController": {
"seedPhraseBackedUp": true,
"firstTimeFlowType": "import",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@
"isUpdatingMetamaskNotificationsAccount": "object",
"isCheckingAccountsPresence": "boolean",
"queuedRequestCount": 0,
"isPushEnabled": "boolean",
"fcmToken": "string",
"isUpdatingFCMToken": "boolean",
"remoteFeatureFlags": {},
"cacheTimestamp": "number",
"accounts": "object",
Expand Down

0 comments on commit 0c19b11

Please sign in to comment.