aboutsummaryrefslogtreecommitdiffstats
path: root/development/states/first-time.json
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-02-06 10:47:46 +0800
committerGitHub <noreply@github.com>2018-02-06 10:47:46 +0800
commitd452403322c517eee4fc6120de1ead68ed65ee6a (patch)
tree5fdb4e9377ade9806920969fb7fa4f5811a34167 /development/states/first-time.json
parentd4da419c5befdbee77cb30f6113ea50fc572625c (diff)
downloadtangerine-wallet-browser-d452403322c517eee4fc6120de1ead68ed65ee6a.tar.gz
tangerine-wallet-browser-d452403322c517eee4fc6120de1ead68ed65ee6a.tar.zst
tangerine-wallet-browser-d452403322c517eee4fc6120de1ead68ed65ee6a.zip
Add functional integration testing to Add Token flow (#3189)
Diffstat (limited to 'development/states/first-time.json')
-rw-r--r--development/states/first-time.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/development/states/first-time.json b/development/states/first-time.json
index 480839d59..6e7435db1 100644
--- a/development/states/first-time.json
+++ b/development/states/first-time.json
@@ -35,7 +35,8 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": []
+ "lostAccounts": [],
+ "tokens": []
},
"appState": {
"menuOpen": false,
@@ -48,7 +49,12 @@
},
"transForward": true,
"isLoading": false,
- "warning": null
+ "warning": null,
+ "modal": {
+ "modalState": {"name": null},
+ "open": false,
+ "previousModalState": {"name": null}
+ }
},
"identities": {},
"computedBalances": {}