|
|
@ -5,7 +5,6 @@ QUnit.test('agree to terms', function (assert) { |
|
|
|
var app = $('iframe').contents().find('#app-content .mock-app-root') |
|
|
|
var app = $('iframe').contents().find('#app-content .mock-app-root') |
|
|
|
|
|
|
|
|
|
|
|
app.find('.markdown').prop('scrollTop', 100000000) |
|
|
|
app.find('.markdown').prop('scrollTop', 100000000) |
|
|
|
debugger; |
|
|
|
|
|
|
|
wait().then(function() { |
|
|
|
wait().then(function() { |
|
|
|
app.find('button').click() |
|
|
|
app.find('button').click() |
|
|
|
}).then(function() { |
|
|
|
}).then(function() { |
|
|
|