aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-08-08 14:32:35 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-08-08 14:32:35 +0800
commit2e0916d8ff17c89147005d22e8c100113aaf3360 (patch)
treec65e20274296658c753e40619eb5cfe0062dc12d /test/integration/lib
parentef9435e3d0036af1358bb2a5faec5ce69ef159e7 (diff)
parentaab6e366c5162a85ae7853f5da29321f3d767cf4 (diff)
downloadtangerine-wallet-browser-2e0916d8ff17c89147005d22e8c100113aaf3360.tar.gz
tangerine-wallet-browser-2e0916d8ff17c89147005d22e8c100113aaf3360.tar.zst
tangerine-wallet-browser-2e0916d8ff17c89147005d22e8c100113aaf3360.zip
fix merge conflicts
Diffstat (limited to 'test/integration/lib')
-rw-r--r--test/integration/lib/first-time.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js
index 052d89518..8cacd7f14 100644
--- a/test/integration/lib/first-time.js
+++ b/test/integration/lib/first-time.js
@@ -27,6 +27,11 @@ async function runFirstTimeUsageTest(assert, done) {
const app = $('#app-content')
+ // Selects new ui
+ const tryNewUIButton = (await findAsync(app, 'button.negative'))[0]
+ tryNewUIButton.click()
+ await timeout()
+
// recurse notices
while (true) {
const button = await findAsync(app, 'button')