aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-26 08:00:19 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-26 08:00:19 +0800
commit6c469a1826754d65a6845c8b6507fc96b56fb816 (patch)
tree89a13a2aace95c7ee8e4be53dbe15e1f813a4981 /test
parentf9ff6cb55e35f29e95cab3b2157b58e602e6a35c (diff)
parentb3cb3e9ec67a138767bb2d6833c9056a66d46b92 (diff)
downloadtangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.gz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.bz2
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.lz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.xz
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.tar.zst
tangerine-wallet-browser-6c469a1826754d65a6845c8b6507fc96b56fb816.zip
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault
Diffstat (limited to 'test')
-rw-r--r--test/integration/lib/first-time.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js
index af9b94e24..7cabf1f0a 100644
--- a/test/integration/lib/first-time.js
+++ b/test/integration/lib/first-time.js
@@ -5,7 +5,6 @@ QUnit.test('agree to terms', function (assert) {
var app = $('iframe').contents().find('#app-content .mock-app-root')
app.find('.markdown').prop('scrollTop', 100000000)
-
wait().then(function() {
app.find('button').click()
}).then(function() {
@@ -22,4 +21,3 @@ QUnit.test('agree to terms', function (assert) {
// Wait for view to transition:
})
-