1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix integration tests to accomodate new ui suggestion screen changes.

This commit is contained in:
Dan Miller 2018-07-26 12:47:32 -02:30 committed by Whymarrh Whitby
parent 30d92b8d3f
commit 915c4fd1b1

View File

@ -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')