Skip to content

Commit

Permalink
chore: update e2e test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithpal-Sooriya committed Jul 22, 2024
1 parent c3d453f commit 5c08942
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
},
"UserOperationController": { "userOperations": "object" },
"UserStorageController": {
"isProfileSyncingEnabled": true,
"isProfileSyncingEnabled": null,
"isProfileSyncingUpdateLoading": "boolean"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"nameSources": "object",
"userOperations": "object",
"isSignedIn": "boolean",
"isProfileSyncingEnabled": true,
"isProfileSyncingEnabled": null,
"isProfileSyncingUpdateLoading": "boolean",
"subscriptionAccountsSeen": "object",
"isMetamaskNotificationsFeatureSeen": "boolean",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"AuthenticationController": { "isSignedIn": "boolean" },
"UserStorageController": { "isProfileSyncingEnabled": true },
"UserStorageController": { "isProfileSyncingEnabled": null },
"MetamaskNotificationsController": {
"subscriptionAccountsSeen": "object",
"isFeatureAnnouncementsEnabled": "boolean",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"AuthenticationController": { "isSignedIn": "boolean" },
"UserStorageController": { "isProfileSyncingEnabled": true },
"UserStorageController": { "isProfileSyncingEnabled": null },
"MetamaskNotificationsController": {
"subscriptionAccountsSeen": "object",
"isFeatureAnnouncementsEnabled": "boolean",
Expand Down

0 comments on commit 5c08942

Please sign in to comment.