aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-03-27 02:28:51 +0800
committerGitHub <noreply@github.com>2018-03-27 02:28:51 +0800
commita94fbfdfab678afc0e02baec281038e463567ac1 (patch)
tree32dd8952bbf371cc4dc0dfff7e4bcac62fa899e6 /test/integration
parentdc78594c3aac80150dbe7eecd05e05eeffa6da02 (diff)
parenta109a774a59be78b6de40492fbf4dbe1ff518d8f (diff)
downloadtangerine-wallet-browser-a94fbfdfab678afc0e02baec281038e463567ac1.tar.gz
tangerine-wallet-browser-a94fbfdfab678afc0e02baec281038e463567ac1.tar.zst
tangerine-wallet-browser-a94fbfdfab678afc0e02baec281038e463567ac1.zip
Merge pull request #3722 from danjm/i2582-sendtoensname
Use ens-input component in send-v2 to allow sending to ens names.
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/lib/send-new-ui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/lib/send-new-ui.js b/test/integration/lib/send-new-ui.js
index 46e0ef0e4..9b557315c 100644
--- a/test/integration/lib/send-new-ui.js
+++ b/test/integration/lib/send-new-ui.js
@@ -21,6 +21,8 @@ global.ethQuery = {
sendTransaction: () => {},
}
+global.ethereumProvider = {}
+
async function runSendFlowTest(assert, done) {
console.log('*** start runSendFlowTest')
const selectState = await queryAsync($, 'select')