mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - remove timeout causing mocha disconnect issues
Revert "test - flat - add extra timeout"
This reverts commit 4c2cf15d2a
.
This commit is contained in:
parent
a6af5fad96
commit
15952816c1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user