|
|
@ -10,7 +10,7 @@ QUnit.test('render init screen', function (assert) { |
|
|
|
app = $('#app-content').contents() |
|
|
|
app = $('#app-content').contents() |
|
|
|
const recurseNotices = function () { |
|
|
|
const recurseNotices = function () { |
|
|
|
let button = app.find('button') |
|
|
|
let button = app.find('button') |
|
|
|
if (button.html() === 'Continue') { |
|
|
|
if (button.html() === 'Agree') { |
|
|
|
let termsPage = app.find('.markdown')[0] |
|
|
|
let termsPage = app.find('.markdown')[0] |
|
|
|
termsPage.scrollTop = termsPage.scrollHeight |
|
|
|
termsPage.scrollTop = termsPage.scrollHeight |
|
|
|
return wait().then(() => { |
|
|
|
return wait().then(() => { |
|
|
|