Fix integration test failures: ensure qr code is accessible

feature/default_network_editable
sdtsui 7 years ago
parent b5251d22a6
commit f37f405d52
  1. 8
      test/integration/lib/first-time.js

@ -90,7 +90,13 @@ QUnit.test('render init screen', function (assert) {
return wait() return wait()
}).then(function (){ }).then(function (){
var qrButton = app.find('.fa.fa-qrcode')[0] var qrButton = app.find('.fa.fa-ellipsis-h')[0] // open account settings dropdown
qrButton.click()
return wait(1000)
}).then(function (){
var qrButton = app.find('.dropdown-menu-item')[1] // qr code item
qrButton.click() qrButton.click()
return wait(1000) return wait(1000)

Loading…
Cancel
Save