Fix integration tests to accomodate new ui suggestion screen changes.

feature/default_network_editable
Dan Miller 6 years ago committed by Whymarrh Whitby
parent 30d92b8d3f
commit 915c4fd1b1
  1. 5
      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')

Loading…
Cancel
Save