continue button changed to agree

feature/default_network_editable
Nihar 8 years ago
parent 43ea223c9f
commit 5c71149a8f
  1. 2
      mascara/test/lib/first-time.js
  2. 2
      test/integration/lib/first-time.js
  3. 2
      ui/app/components/notice.js

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

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

@ -107,7 +107,7 @@ Notice.prototype.render = function () {
style: {
marginTop: '18px',
},
}, 'Continue'),
}, 'Agree'),
])
)
}

Loading…
Cancel
Save