mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Fix tests
This commit is contained in:
parent
0ab227d8a2
commit
3d2b32167b
@ -75,7 +75,7 @@ async function runAddTokenFlowTest (assert, done) {
|
||||
// Confirm Add token
|
||||
assert.equal(
|
||||
$('.add-token__description')[0].textContent,
|
||||
'Would you like to add these tokens?',
|
||||
'Token balance(s)',
|
||||
'confirm add token rendered'
|
||||
)
|
||||
assert.ok($('button.btn-primary--lg')[0], 'confirm add token button found')
|
||||
|
Loading…
Reference in New Issue
Block a user