mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3729 from MetaMask/test-timeout-fix
test - remove timeout causing mocha disconnect issues
This commit is contained in:
commit
8b719a418a
@ -129,7 +129,6 @@ async function runSendFlowTest(assert, done) {
|
|||||||
|
|
||||||
selectState.val('send edit')
|
selectState.val('send edit')
|
||||||
reactTriggerChange(selectState[0])
|
reactTriggerChange(selectState[0])
|
||||||
await timeout(10000)
|
|
||||||
|
|
||||||
const confirmFromName = (await queryAsync($, '.sender-to-recipient__sender-name')).first()
|
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')
|
assert.equal(confirmFromName[0].textContent, 'Send Account 2', 'confirm screen should show correct from name')
|
||||||
|
Loading…
Reference in New Issue
Block a user