aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorNihar <ndalal@berkeley.edu>2017-05-17 05:23:42 +0800
committerNihar <ndalal@berkeley.edu>2017-05-17 05:23:42 +0800
commit5c71149a8f1503bd59038b3b31ddfff60e7e6482 (patch)
tree9a670a50ca61bdbff97b79099db36234ae6acb5d /test/integration
parent43ea223c9fe8ee593a572b153defc5ddefd72e95 (diff)
downloadtangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar.gz
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar.bz2
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar.lz
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar.xz
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.tar.zst
tangerine-wallet-browser-5c71149a8f1503bd59038b3b31ddfff60e7e6482.zip
continue button changed to agree
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/lib/first-time.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js
index dbb88a3da..f0fa4ee3f 100644
--- a/test/integration/lib/first-time.js
+++ b/test/integration/lib/first-time.js
@@ -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(() => {