Remove debugger statement.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 678301a20e
commit b3cb3e9ec6
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 1
      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)
debugger;
wait().then(function() {
app.find('button').click()
}).then(function() {

Loading…
Cancel
Save