mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test/unit/permissions - fix promise await timing (#8410)
This commit is contained in:
parent
266d6e67fe
commit
dcf08164d5
@ -536,7 +536,9 @@ describe('permissions middleware', function () {
|
|||||||
|
|
||||||
await permController.approvePermissionsRequest(approvedReq, ACCOUNT_ARRAYS.a)
|
await permController.approvePermissionsRequest(approvedReq, ACCOUNT_ARRAYS.a)
|
||||||
|
|
||||||
// at this point, the permission should have been granted
|
// wait for permission to be granted
|
||||||
|
await pendingApproval
|
||||||
|
|
||||||
const perms = permController.permissions.getPermissionsForDomain(ORIGINS.a)
|
const perms = permController.permissions.getPermissionsForDomain(ORIGINS.a)
|
||||||
|
|
||||||
assert.equal(
|
assert.equal(
|
||||||
@ -551,8 +553,6 @@ describe('permissions middleware', function () {
|
|||||||
[CAVEATS.eth_accounts(ACCOUNT_ARRAYS.a)]
|
[CAVEATS.eth_accounts(ACCOUNT_ARRAYS.a)]
|
||||||
)
|
)
|
||||||
|
|
||||||
await pendingApproval
|
|
||||||
|
|
||||||
// we should also see the accounts on the response
|
// we should also see the accounts on the response
|
||||||
assert.ok(
|
assert.ok(
|
||||||
res.result && !res.error,
|
res.result && !res.error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user