Skip to content

Commit

Permalink
remove getAssetPercentageIncreaseDecrease method
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ob committed Dec 20, 2024
1 parent 6be682d commit a8ab1ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/e2e/page-objects/pages/home/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@ class AssetListPage {
return tokenNames;
}

async getAssetPercentageIncreaseDecrease(
assetAddress: string,
): Promise<string> {
console.log(
`Retrieving the percentage increase or decrease for ${assetAddress}`,
);
const percentageElement = await this.driver.findElement(
this.tokenPercentage(assetAddress),
);
const percentage = await percentageElement.getText();
return percentage;
}

async sortTokenList(
sortBy: 'alphabetically' | 'decliningBalance',
Expand Down

0 comments on commit a8ab1ad

Please sign in to comment.