aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/index.html
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-12-01 06:43:18 +0800
committerDan Finlay <dan@danfinlay.com>2016-12-01 06:58:40 +0800
commit549bbfd05f0507a33c9df95111a71b0097f3b355 (patch)
tree43f36421ebcdec2d3a3198d867787d507724ab87 /test/integration/index.html
parent5af41573638e438f4af496afe18d9a01f89c7733 (diff)
downloadtangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar.gz
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar.bz2
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar.lz
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar.xz
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.tar.zst
tangerine-wallet-browser-549bbfd05f0507a33c9df95111a71b0097f3b355.zip
Made integration test create a first vault
Diffstat (limited to 'test/integration/index.html')
-rw-r--r--test/integration/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/index.html b/test/integration/index.html
index ad4b4eb14..8a54cb829 100644
--- a/test/integration/index.html
+++ b/test/integration/index.html
@@ -15,7 +15,7 @@
<script src="bundle.js"></script>
<script src="/testem.js"></script>
- <iframe src="/development/index.html" height="500px" width="360px">
+ <iframe src="/development/test.html" height="500px" width="360px">
<p>Your browser does not support iframes</p>
</iframe>
</body>