diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/lib/first-time.js | 2 |
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: }) - |