Skip to content

Commit

Permalink
Fix mmi e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Sep 16, 2024
1 parent bad0757 commit 625217c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/tests/settings/account-token-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ describe('Settings', function () {
const tokenListAmount = await driver.findElement(
'.eth-overview__primary-container',
);
await driver.delay(1000);
assert.equal(await tokenListAmount.getText(), '$42,500.00\nUSD');

await driver.clickElement('[data-testid="account-menu-icon"]');
const accountTokenValue = await driver.waitForSelector(
'.multichain-account-list-item .multichain-account-list-item__asset',
Expand Down

0 comments on commit 625217c

Please sign in to comment.