mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
test - flat - add extra timeout, idk maybe
This commit is contained in:
parent
3e79941658
commit
4c2cf15d2a
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user