Skip to content

Commit

Permalink
fix: e2e state
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuartu committed Dec 18, 2024
1 parent a5a7b65 commit 3d2e5c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
"isProfileSyncingEnabled": null,
"isProfileSyncingUpdateLoading": "boolean",
"hasAccountSyncingSyncedAtLeastOnce": "boolean",
"isAccountSyncingReadyToBeDispatched": "boolean"
"isAccountSyncingReadyToBeDispatched": "boolean",
"isAccountSyncingInProgress": "boolean"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
"isProfileSyncingUpdateLoading": "boolean",
"hasAccountSyncingSyncedAtLeastOnce": "boolean",
"isAccountSyncingReadyToBeDispatched": "boolean",
"isAccountSyncingInProgress": "boolean",
"subscriptionAccountsSeen": "object",
"isMetamaskNotificationsFeatureSeen": "boolean",
"isNotificationServicesEnabled": "boolean",
Expand Down

0 comments on commit 3d2e5c4

Please sign in to comment.