mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typo in from-import-ui.spec.js (#13369)
This commit is contained in:
parent
db0230f23a
commit
4c8ea8fdbd
@ -284,10 +284,10 @@ describe('Metamask Import UI', function () {
|
||||
await driver.delay(regularDelayMs);
|
||||
await driver.clickElement('.account-menu__icon');
|
||||
|
||||
const accountListItemsAgfterRemoval = await driver.findElements(
|
||||
const accountListItemsAfterRemoval = await driver.findElements(
|
||||
'.account-menu__account',
|
||||
);
|
||||
assert.equal(accountListItemsAgfterRemoval.length, 4);
|
||||
assert.equal(accountListItemsAfterRemoval.length, 4);
|
||||
},
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user