aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-08-01 01:02:21 +0800
committerGitHub <noreply@github.com>2018-08-01 01:02:21 +0800
commit4f02726fd9a2b7509dfd00eb4b23d9fc81eb5dcd (patch)
treea4d80674801687b915ffad6c0530df2b5d1edbc3 /test/integration
parent2cefab544d4ed24788dc09e7d7b527655676c2c1 (diff)
parentc3ce2984ef078d39b88a1fd8b007063d6c994c23 (diff)
downloadtangerine-wallet-browser-4f02726fd9a2b7509dfd00eb4b23d9fc81eb5dcd.tar.gz
tangerine-wallet-browser-4f02726fd9a2b7509dfd00eb4b23d9fc81eb5dcd.tar.zst
tangerine-wallet-browser-4f02726fd9a2b7509dfd00eb4b23d9fc81eb5dcd.zip
Merge pull request #4888 from whymarrh/suggest-new-ui
Add old UI component to suggest new UI
Diffstat (limited to 'test/integration')
-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')