Merge pull request #3729 from MetaMask/test-timeout-fix

test - remove timeout causing mocha disconnect issues
This commit is contained in:
Thomas Huang 2018-03-26 14:53:21 -07:00 committed by GitHub
commit 8b719a418a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ 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')