aboutsummaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-07-11 18:55:52 +0800
committerDan <danjm.com@gmail.com>2018-07-11 19:05:15 +0800
commit91eca558f0f82e096251bebdc34136c864e224fe (patch)
treea2c931ff849ce09a167ed9b3ff22457795281643 /development
parenta7a66171c235a2c4f318d329b0d57ff5b87c83b8 (diff)
downloadtangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar.gz
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar.bz2
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar.lz
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar.xz
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.tar.zst
tangerine-wallet-browser-91eca558f0f82e096251bebdc34136c864e224fe.zip
Fix send integration tests for compatability with confirm refactor.
Diffstat (limited to 'development')
-rw-r--r--development/states/confirm-new-ui.json18
-rw-r--r--development/states/send-edit.json18
-rw-r--r--development/states/send-new-ui.json18
3 files changed, 54 insertions, 0 deletions
diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json
index 71ccbd96c..2c2e17704 100644
--- a/development/states/confirm-new-ui.json
+++ b/development/states/confirm-new-ui.json
@@ -156,5 +156,23 @@
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
+ },
+ "confirmTransaction": {
+ "txData": {},
+ "tokenData": {},
+ "methodData": {},
+ "tokenProps": {
+ "tokenDecimals": "",
+ "tokenSymbol": ""
+ },
+ "fiatTransactionAmount": "",
+ "fiatTransactionFee": "",
+ "fiatTransactionTotal": "",
+ "ethTransactionAmount": "",
+ "ethTransactionFee": "",
+ "ethTransactionTotal": "",
+ "hexGasTotal": "",
+ "nonce": "",
+ "fetchingMethodData": false
}
}
diff --git a/development/states/send-edit.json b/development/states/send-edit.json
index b05acbf3b..8e5c25a82 100644
--- a/development/states/send-edit.json
+++ b/development/states/send-edit.json
@@ -156,5 +156,23 @@
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
+ },
+ "confirmTransaction": {
+ "txData": {},
+ "tokenData": {},
+ "methodData": {},
+ "tokenProps": {
+ "tokenDecimals": "",
+ "tokenSymbol": ""
+ },
+ "fiatTransactionAmount": "",
+ "fiatTransactionFee": "",
+ "fiatTransactionTotal": "",
+ "ethTransactionAmount": "",
+ "ethTransactionFee": "",
+ "ethTransactionTotal": "",
+ "hexGasTotal": "",
+ "nonce": "",
+ "fetchingMethodData": false
}
}
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json
index b457749ee..ad2ff3d6e 100644
--- a/development/states/send-new-ui.json
+++ b/development/states/send-new-ui.json
@@ -135,5 +135,23 @@
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
+ },
+ "confirmTransaction": {
+ "txData": {},
+ "tokenData": {},
+ "methodData": {},
+ "tokenProps": {
+ "tokenDecimals": "",
+ "tokenSymbol": ""
+ },
+ "fiatTransactionAmount": "",
+ "fiatTransactionFee": "",
+ "fiatTransactionTotal": "",
+ "ethTransactionAmount": "",
+ "ethTransactionFee": "",
+ "ethTransactionTotal": "",
+ "hexGasTotal": "",
+ "nonce": "",
+ "fetchingMethodData": false
}
}