Skip to content

Commit

Permalink
e2e: fix errors-after-init-opt-in-ui-state
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Dec 2, 2024
1 parent fb7bda2 commit 9ef5d6a
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"DNS": "object",
"activeTab": "object",
"appState": {
"customNonceValue": "string",
"isAccountMenuOpen": "boolean",
"isNetworkMenuOpen": "boolean",
"customNonceValue": "",
"isAccountMenuOpen": false,
"isNetworkMenuOpen": false,
"nextNonce": null,
"confirmationExchangeRates": "object",
"confirmationExchangeRates": {},
"ledgerTransportStatus": "string",
"ledgerWebHidConnectedStatus": "string",
"loadingMessage": "undefined",
"menuOpen": "boolean",
"modal": "object",
"alertOpen": "boolean",
Expand All @@ -19,20 +22,17 @@
"accountDetail": "object",
"isLoading": "boolean",
"isNftStillFetchingIndication": "boolean",
"loadingMessage": null,
"buyView": "object",
"defaultHdPaths": "object",
"networksTabSelectedRpcUrl": null,
"networksTabSelectedRpcUrl": "string",
"requestAccountTabs": "object",
"currentWindowTab": "object",
"gasLoadingAnimationIsShowing": "boolean",
"ledgerWebHidConnectedStatus": "object",
"ledgerTransportStatus": "object",
"externalServicesOnboardingToggleState": "boolean",
"newNftAddedMessage": "string",
"removeNftMessage": "string",
"newNetworkAddedName": "string",
"editedNetwork": "object",
"editedNetwork": "undefined",
"newNetworkAddedConfigurationId": "string",
"newTokensImported": "string",
"newTokensImportedError": "string",
Expand All @@ -46,6 +46,7 @@
"pendingTokens": "object",
"qrCodeData": null,
"selectedNetworkConfigurationId": "string",
"scrollToBottom": "string",
"sendInputCurrencySwitched": "boolean",
"shouldClose": "boolean",
"showBasicFunctionalityModal": "boolean",
Expand Down

0 comments on commit 9ef5d6a

Please sign in to comment.