aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/lib/first-time.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js
index af9b94e24..caa6102fe 100644
--- a/test/integration/lib/first-time.js
+++ b/test/integration/lib/first-time.js
@@ -5,7 +5,7 @@ QUnit.test('agree to terms', function (assert) {
var app = $('iframe').contents().find('#app-content .mock-app-root')
app.find('.markdown').prop('scrollTop', 100000000)
-
+ debugger;
wait().then(function() {
app.find('button').click()
}).then(function() {
@@ -22,4 +22,3 @@ QUnit.test('agree to terms', function (assert) {
// Wait for view to transition:
})
-