Skip to content

Commit

Permalink
Update test/e2e/page-objects/pages/home/asset-list.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Harika <153644847+hjetpoluru@users.noreply.github.com>
  • Loading branch information
chloeYue and hjetpoluru authored Dec 2, 2024
1 parent 0f4ff24 commit f7a84e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/page-objects/pages/home/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class AssetListPage {

async getNumberOfAssets(): Promise<number> {
console.log(`Returning the total number of asset items in the token list`);
const assets = await this.driver.findElements(this.tokenLisiItem);
const assets = await this.driver.findElements(this.tokenListItem);
return assets.length;
}

Expand Down

0 comments on commit f7a84e5

Please sign in to comment.