aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-10-12 06:52:44 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-10-12 06:52:44 +0800
commit5c0c370fe4bcb4c1a2467edd19e86e463b4fa900 (patch)
tree2933b6a39ff43cea22c1872bcbec523b57b57da5 /test/integration
parent9d267907eefa8c5e7c7b9b5ad5e0cfb455f7802e (diff)
downloadtangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar.gz
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar.bz2
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar.lz
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar.xz
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.tar.zst
tangerine-wallet-browser-5c0c370fe4bcb4c1a2467edd19e86e463b4fa900.zip
Remove comments.
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/tests.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/integration/tests.js b/test/integration/tests.js
index 747845d75..92111b05b 100644
--- a/test/integration/tests.js
+++ b/test/integration/tests.js
@@ -6,22 +6,6 @@ QUnit.test('agree to terms', function (assert) {
app.find('.markdown').prop('scrollTop', 100000000)
-
- // Agree to terms
- // wait().then(function() {
- // app.find('button').click()
- // wait().then(function() {
- //
- // var title = app.find('h1').text()
- // assert.equal(title, 'MetaMask', 'title screen')
- //
- // var buttons = app.find('button')
- // assert.equal(buttons.length, 2, 'two buttons: create and restore')
- //
- // done()
- // })
- // })
-
wait().then(function() {
app.find('button').click()
}).then(function() {