test - flat - add extra timeout, idk maybe

This commit is contained in:
kumavis 2018-03-21 13:31:43 -07:00
parent 3e79941658
commit 4c2cf15d2a
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ async function runSendFlowTest(assert, done) {
selectState.val('send edit')
reactTriggerChange(selectState[0])
await timeout(10000)
const confirmFromName = (await queryAsync($, '.sender-to-recipient__sender-name')).first()
assert.equal(confirmFromName[0].textContent, 'Send Account 2', 'confirm screen should show correct from name')